Search
2506 results 691-700
Reference
i18n.next› String to use in the next button.This value is used in the next button to move between months in DateTime.i18n.months› Text used to indicate the months available for selection.As standard DateTime will use the values detailed above within the calendar to represent each of the months.i18n.minutes› Label for the minutes selection.This value is used as a label next to the selection for the value of minutes within DateTime.i18n.hours› Label for the hours selection.This value is used as a label next to the selection for the value of hours within DateTime.i18n.clear› Clear button text valueSets the string that will be shown in the Clear button when enabled by buttons.clear.i18n.amPm› The strings appended to hours to distinguish between am and pm.The strings within the array are appended to the hours in the selection when a 12 hour format is being used. This allows the user to differentiate between am and pm times.hoursAvailable› Sets which hours are selectable.This option allows the user to restrict which hours the user is able to select. Any values that are placed within the array are going to be selectable while all others will not.format› The format of the date data.This string is used to represent the structure of the date that is being used by DateTime. This format is set in accordance with the format used by Moment, Luxon or DayJS depending on which is in use.firstDay› Change which day of the week is first on the calendar.This option allows for the "first" day to bebuttons› Container for navigation buttonsThis property is an object that contains the navigation helper properties: buttons.clear buttons.today buttons.selected (since 1.6.0).