datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

Format 'M jS Y, H:i:s' not properly working

Open tyronx opened this issue 5 years ago • 1 comments

Everytime you select a date/time using this datetime format, and unfocus the drop down, the date/time changes into a different date

tyronx avatar Mar 04 '19 19:03 tyronx

This may be related to issues like #596 and #724 and #721, #722

In my case I was able to resolve by using a different date formatter (moment.js): https://github.com/xdan/datetimepicker/issues/596#issuecomment-724113347

oranges13 avatar Nov 09 '20 16:11 oranges13