datepicker default hour settings
Hi,
I'm new to jquery datepicker so apologies if my question is silly
Sometimes, through firebug, my datepicker dates (here maxdate) show values one day less (here: Date 2018-03-31T22:00:00.000Z) than what the datepicker shows in the calendar:
and I noticed that my datepicker dates substractions precision are more or less 1 day. I suspect a default hour setting or UTC zone problem. My website is in three languages.
How can I control that datepicker works in universal time code and default hours, when I get or set dates from datepicker, are always set to 00:00
Thanks for your help