1
For a module i'm developping, I need to set date from 1900 to 20xx (for birthday) ... I used the function to display the calendar that permit to choose the date ...
I modify the line 38 in include/calendarjs.php :
cal.setRange(2000, 2015);
to
cal.setRange(1900, 2015);
It's working but the function uses TIMESTAMP format to store in the database but I use DATETIME (not limited until 1970),
do you know how to modify the function to store the data with this DATETIME format and also retrieve date for modification ?For those who speak french, I launched also a topic on the french site :
here ...