Dates formatting incorrectly 6.0.0 Beta Channel

Wappler Version : 6.0.0
Operating System : Ubuntu
Server Model: Node/Docker

Expected behavior

When the user drags a date range across Full Calendar the date and time should format correctly and display the selected date range accordingly.

Actual behaviour

Dates are formatted in the most bizarre way. Our start time should be 15:00 and End time 11:00.

dmx-on:select="newReservationFlow.run();newReservationForm.inp_start.setValue($event.start.addHours(15));newReservationForm.inp_end.setValue($event.end.addHours(-13))"

Also when you try to change the date or time the calendar selection reverts back to today and not the selected dates.

Works fine on the Stable Channel.

Stable Channel:

I assume you use the beta version of the datepicker. Could you test with the file posted at

Yes we used this file but the issue is as mentioned above, the updated file did not resolve it unfortunately @patrick

Any chance to update/investigate this please @patrick

Is the only thing stopping us from using the Beta Channel.

Please test this update

dmxDatePicker.zip (2.6 KB)

1 Like

Thank you @patrick that seems to have resolved the issue.

Very much appreciated indeed!

:slight_smile:

This has been fixed.

This topic was automatically closed after 30 hours. New replies are no longer allowed.