Date Picker
Create a toggleable dropdown with an datepicker.
Create a toggleable dropdown with an datepicker.
To create a datepicker, just add the data-uk-datepicker attribute to an <input> element. You also have the possibility of customizing the date format. Just add the format option to the data-uk-datepicker attribute.
The datepicker detects whether the JavaScript from the Form select component is being loaded. This allows you to quickly toggle between years and months through a select form inside the datepicker.
<form class="uk-form">
<input type="" data-uk-datepicker="{format:'DD.MM.YYYY'}">
</form>
This is an example of how to set options via attribute:
data-uk-datepicker="{weekstart:0, format:'DD.MM.YYYY'}"
| Option | Possible value | Default | Description |
|---|---|---|---|
weekstart |
integer (0..6) | 1 | Start of the week |
i18n |
JSON object | { months:['January',...], weekdays:['Sun',..,'Sat'] } | Language string definitions |
format |
any combination of DD, MM and YY | 'DD.MM.YYYY' | Date format string |
offsettop |
integer | 5 | Offset to the input value |
minDate |
misc | false | Min. date |
maxDate |
misc | false | Max. date |
pos |
'auto', 'top', 'bottom' | 'auto' | Position of the datepicker |
var datepicker = UIkit.datepicker(element, { /* options */ });
| Name | Parameter | Description |
|---|---|---|
show.uk.datepicker |
event | On datepicker dropdown show |
hide.uk.datepicker |
event | On datepicker dropdown hide |
update.uk.datepicker |
event | On calendar rendering |
Curabitur sollicitudin neque ante, commodo efficitur libero semper et. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam at suscipit mi. Maecenas et elit sem. Suspendisse a laoreet sem. Integer facilisis, magna at volutpat volutpat
Our support Hotline is available 24 Hours a day: (+61) 023 456 7805
Monday-Friday: 9am to 5pm
Saturday: 10am to 2pm
Sunday: Closed from 10am
Public Holidays: Closed all day








