afe_datetime_picker
Use eternicode/bootstrap-datepicker and jdewit/bootstrap-timepicker as GUI wrapper for DateTimeType.
type: integer|string
, default: yyyy-MM-dd
Inherited from DateTimeType. This is the format used by application logic.
type: string
, default: yyyy-mm-dd
The date format, combination of d, dd, D, DD, m, mm, M, MM, yy, yyyy:
d
: Day of the month, one or two digit, eg.9
dd
: Day of the month, two digit, eg.09
D
: Day of the week, localized, abbreviated, three chars, eg.Mon
DD
: Day of the week, localized, complete, eg.Monday
m
: Month, one or two digit, eg.2
mm
: Month, two digit, eg.02
M
: Month, localized, abbreviated, eg.Feb
MM
: Month, localized, complete, eg.February
yy
: Year, at least two digit, eg.12
yyyy
: Year, at least four digit, eg.2012
type: integer
, default: 1
Day of the week start:
0
: Sunday1
: Monday2
: Tuesday3
: Wednesday4
: Thursday5
: Friday6
: Saturday
type: integer|string
, default: month
Start view mode:
0
ormonth
display days1
oryear
display months2
ordecade
display years
type: string
, default: days
Minimum view mode:
0
ordays
display days1
ormonths
display months2
oryears
display years
type: integer
, default: 15
Specify a step for the minute field.
type: integer
, default: 15
Specify a step for the second field.
type: integer
, default: false
Inherited from DateTimeType. Whether or not show the seconds field.
type: integer
, default: true
Disables the input from focusing. This is useful for touch screen devices that display a keyboard on input focus.