xdan / datetimepicker

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

Is there setDate() method? #720

Open AdamReznicek opened 4 years ago

AdamReznicek commented 4 years ago

Hi, is it possible to set date dynamically via javascript after calendar init (simulate user click on date in calendar)?

psaikido commented 4 years ago

Yes, I too need to set a date for testing purposes. Mocha's setValue() won't set the date and I'm struggling to find a method of doing it.

quim831 commented 1 year ago

Hello Did you find a way to set a Date? Thanks