captnord

Results 1 comments of captnord

Also can confirm the issue. When selecting a future date the datepicker reverts to 2/2/2022. ``` $(function() { $(".datetimepicker").flatpickr({ enableTime: true, minuteIncrement: 1, dateFormat: "m/d/Y H:i", altInput: true }); });...