Datepicker undesired today date on field & appendText
Hi everyone,
I have a problem: when I load my page I want to see written in my date
field a string passed with php but instead I see the today date put
there by datepicker. How do I avoid this?
Second: I used this function
$('.selector').datepicker('option', 'appendText', ' 00:00:00.000');
but nothing happens when I choose a date, no text appended =\
is there someone who knows the problem?
Thank you in advance =)