JTSage
DateBox
Documentation
Getting Started
Configuration Overview
Themeing DateBox
Localization
Date & Time Formats
Default Values
Date & Time Limits
Callbacks, Listeners, Functions, & Triggers
Full Option List
Download Builder
Adding Frameworks
JSDoc Documentation
Framework Samples
- Bootstrap v4
- Bootstrap v3
- Bulma
- Fomantic UI
- Foundation v6
- jQueryMobile
- UIKit
Option Demos
- CalBox
- SlideBox
- DateBox
- TimeBox
- DateTimeBox
- FlipBox
- TimeFlipBox
- DateTimeFlipBox
- DurationBox
- DurationFlipBox
JTSage
DateBox
A multi-mode date and time picker
Option Demos - DATETIMEBOX
This is a large set of the options available for the calbox method. No i18n options are presented.
afterToday
False
True
Selected date must be after today
beforeToday
False
True
Selected date must be before today
blackDates
Dates to be considered invalid
Sample:
["2001-01-01", "2000-12-31", "2000-12-25", "2000-12-24"]
blackDatesRec
Recurring dates to be considered invalid
Sample:
[ [-1,0,1], [-1,11,31], [-1,11,25], [-1,11,24] ]
blackDays
Days of the week to be considered invalid
Sample:
[ 0, 6 ]
minDate
Minimum date (HTML min attribute)
maxDate
Maximum date (HTML max attribute)
minDays
Min number of days past today
maxDays
Max number of days past today
minYear
Min Year
maxYear
Max Year
notToday
False
True
Invalidate today's date
theme_dbox_NextBtn
Next Button Theme (datebox)
theme_dbox_PrevBtn
Previous Button Theme (datebox)
theme_dbox_Inputs
DateBox mode inputs
whiteDates
Dates to always consider valid
Sample:
["2001-01-01", "2000-12-31", "2000-12-25", "2000-12-24"]
DateTimeBox
JTSage DateBox Documentation v.5.3.3