Date/Time picker extension - options: example syntax

Tips submitted by PHPMaker users
Post Reply
philmills
User
Posts: 535

Date/Time picker extension - options: example syntax

Post 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


Post Reply