Represents whether a numerical value is to be decremented or incremented.
Base callback that is only passed the current date picker instance.
Base callback that, in addition to the current date picker instance, is also passed the event that occured.
A cardinal number, i.e. a number that represents an amount of something. Some common examples include the number of days in a month or the number of seconds in a year.
Specifies which part of the time is changed:
-1
: The time is not changed.0
: Changes the hour.1
: Changes the minutes.2
: Changes the second.3
: Changes the millisecond.4
: Changes the half day period.Defines the hour format or the clock convention.
12
: Time convention in which the 24 hours of the day are divided into two periods: a.m.
and p.m.
.24
: Time convention in which the 24 hours of the day are divided into one period.Javascript function that takes a date object and returns the content for the date cell.
Integer value representing the day of the month. 1
represents the first day of the month.
Integer value representing the day of the week, starting with 0
for Sunday
and ending with 6
for
Saturday
.
Represents the available periods of a 12 hour clock convention.
Integer value representing the hour of the day. 0
represents midnight.
Integer value representing the millisecond segment of a time. 0
represents 0 milliseconds past the second.
Integer value representing the minute segment of a time. 0
represents 0 minutes past the hour.
Integer value representing the month, beginning with 0
for January
and ending with 11
for December
.
Integer value representing the month, beginning with 1
for January
and ending with 12
for December
.
Callbacks for when a value has changed.
Callback for when a value has changed. It is also passed the event that occurred.
Represents a one dimensional direction:
-1
: Backwards.+1
: Forwards.Integer value representing the second segment of a time. 0
represents 0 seconds past the minute.
Defines the selection mode, whether one or multiple dates can be selected.
Defines the view mode, whether a date or month is to be selected.
An integer value representing the year. All values represent the actual year.
Generated using TypeDoc
Namespace for the JQuery UI PrimeFaces date picker.
The Prime date picker is a JQuery UI widget used to select a date featuring display modes, paging, localization, AJAX selection and more.