Page 1 of 1

Date/Time picker extension - options: example syntax

Posted: Wed Apr 13, 2022 8:53 pm
by philmills

This syntax will change the time picker to 24hr clock, set 1st day of week to Monday, and display the time picker to the right of the calendar (instead of with an extra click below)

{ display: { components: { useTwentyfourHour: true } } }, { localization: { startOfTheWeek: 1 } }, {display: {sideBySide: true}}

ref: viewtopic.php?f=4&t=53095