xdan / datetimepicker

jQuery Plugin Date and Time Picker
https://xdsoft.net/jqplugins/datetimepicker/
MIT License
3.5k stars 1.52k forks source link

set format 'Ymd', the date will be always today #458

Open wmjie666 opened 8 years ago

wmjie666 commented 8 years ago

if I set format 'Ymd', and when the input lose focus, the value will be change to today!

profsmallpine commented 8 years ago

@wmjie666 I had a similar problem using format: 'c', and adding the option validateOnBlur: false fixed the date changing when the input looses focus (might help you as well)

seehma commented 8 years ago

had same problem here with format:'m-Y' your option fixed my problem as well! thanks for that!