Changeset 712

Show
Ignore:
Timestamp:
04/05/09 09:50:44 (3 years ago)
Author:
paparazzia
Message:

* doesn't work (refs #121)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/site/pilototo.php

    r711 r712  
    7777                showsTime      :    true, 
    7878                firstDay       :    1, 
    79                 date           :    dateobj(i),     
     79//                date           :    dateobj(i),     
    8080                timeFormat     :    "24" 
    8181            }); 
    8282        } 
    8383    } 
    84  
     84     
    8585    function dateobj(i) { 
    8686        var da = eval(document.forms[i].time.value); 
     
    9393        document.forms[i].gmtdate.value=d.toGMTString(); 
    9494        //FIXME : Risque de réentrance ? 
    95         calendars[i].setDate(d); 
     95        //calendars[i].setDate(d); 
    9696    } 
    9797