Страницы · Laravilt
DatePicker
Date selection with a calendar popup, formats and constraints.
Date selection with a calendar popup.
Basic usage
php
Formats
php
Constraints
php
Time and calendar options
php
API reference
| Method | Description |
|---|---|
format(string) | Storage format |
displayFormat(string) | Display format |
locale(string) / timezone(string) | Locale and timezone |
minDate() / maxDate() | Date bounds |
disabledDates(array|Closure) | Dates that can't be picked |
date() / time() / datetime() / seconds() | Which parts to pick |
format12hr(bool) | 12-hour clock |
hoursStep() / minutesStep() / secondsStep() | Time steps |
firstDayOfWeek(int) / weekStartsOnMonday() / weekStartsOnSunday() | Calendar start day |
closeOnDateSelection(bool) | Close after picking |
defaultFocusedDate() | Month shown when empty |
native(bool) | Use the native input |