I ues Minimal Dateinput but i found there lost date while it's cannot display all date in the box like "31/05/2010".so i could i display it.
thanks!
----i have solved it!
In dateinput.js, line 515,
for (var j = 0, a, num; j < 35; j++)
j must <37 or higher,if not there will cannot display some date !
thanks!
----i have solved it!
In dateinput.js, line 515,
for (var j = 0, a, num; j < 35; j++)
j must <37 or higher,if not there will cannot display some date !
