Search
2252 results 681-690
Reference
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 be changed to any of the days of the week as desired.buttons
› Container for navigation buttonsThis property is an object that contains the navigation helper properties: buttons.clear buttons.todaybuttons.today
› Enable button move "today" into viewset by i18n.today) which the end user can activatebuttons.clear
› Enable button to clear the valueWhen enabled, this option will cause DateTime to show a clear button (text set by i18n.clear) which they user can activate to clear the input's value.valFormat()
› Get / set a formatted value for the instance.to get or set the value for the DateTimeval()
› Get / set the value of the DateTime instance.Get or set the value for the DateTime instance. If the set parameter is provided then a DateTime instance is provided for chaining. If not then the value stored within DateTime is returned as a Date.