Buy me a beer
isabolic99
About me
DateTimePicker - apex item plugin
actions
Simple examples
Options
Example on TBL
Example on
Inter. grid
GitHub project
DateTimePicker
Standard apex date time picker
Standard apex datetime picker
Popup Calendar: Standard apex datetime picker
Expected format: DD.MM.YYYY HH24:MI:SS
DateTimePicker - plugin
Simple (with today button) :
Minute stepping 20, Use current:
Min & max date (19.11.2016 - 19.11.2017)
Days of week disabled (Sunday, Friday)
Day view header format (MM YYYY)
Default date with time (DD.MM.YYYY HH24:mi),29.04.1988 19:15
Only time
Local (i8n) support
German:
French:
Italian:
Spanish:
Portuguese:
Russian:
Croatian:
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