DateTimePicker - apex item plugin

DateTimePicker

Standard apex date time picker

 
Expected format: DD.MM.YYYY HH24:MI:SS

DateTimePicker - plugin

 
 
 
 

Local (i8n) support

 

Options

      Minimum Date - Prevents date/time selections before this date. Minimum Date will override Default date and Use current if either of these settings are the same day since both options are invalid according to the rules you've selected.

      Maximum Date - Prevents date/time selections after this date. Maximum Date will override Default date and Use current if either of these settings are the same day since both options are invalid according to the rules you've selected.

      Use current - On show, will set the picker to the current date/time.

      Show today button - Show the "Today" button in the icon toolbar.Clicking the "Today" button will set the calendar view and set the date to now

      Day view header format - Default: 'MMMM YYYY' - Changes the heading of the datepicker when in "days" view.

      Minute stepping - Number of minutes the up/down arrow's will move the minutes value in the time picker.

      Default date - Sets the picker default date/time. Overrides Use current.

      Days of week disabled - Disables the section of days of the week, e.g. weekends., array of numbers from 0-6

      Inline - Will display the picker inline. This will also hide borders and shadows.

      Side by side - Shows the picker side by side when using the time and date together.

      Show date - Show date picker, default true (requires Format mask to have date element "DD.MM.YYYY" )

      Show time - Show time picker, default true (requires Format mask to have time element "HH24:MI:SS" )

      locale - support German, French, Italian, Spanish, Portuguese, Russian, English, Croatian