Loading...

Date Picker

Date Picker in Modal
Basic Date Picker

Create a basic date picker by initializing Air Datepicker with new AirDatepicker("#basic-picker") to allow users to select a single date from a calendar.

Select Date on Initialization

Select a predefined date using the data-select-date attribute.

Select Month

Choose a month from the calendar using view: 'months' and minView: 'months'.

Mobile & Auto Close Date Picker

Enable mobile view and automatically close the date picker after selection using isMobile: true and autoClose: true.

Position Date Picker

Position the date picker using position: 'right center'.

Date Range Picker

Allow users to select a range of dates with Air Datepicker by initializing new AirDatepicker("#range-picker") with the data-range-date attribute.

Timepicker Picker

Allow users to select a range of dates with Air Datepicker by initializing new AirDatepicker("#range-picker") with the data-range-date attribute.

Time format

Allow users to select a range of dates with Air Datepicker by initializing new AirDatepicker("#range-picker") with the data-range-date attribute.

Inline Date Picker

Display the calendar inline using Air Datepicker by initializing new AirDatepicker("#inline-picker") with data-inline-date.

Preview Settings

Theme Layouts

Defines the admin panel's layout style, allowing you to choose from different design options.

Color Mode

Choose if app's appearance should be light or dark, or follow your computer's settings.

RTL Mode

Toggle between LTR and RTL layouts to support different language directions.

Preset Themes

Choose a preset theme from out theme library.

Sidebar Colors

Sets the sidebar color scheme. Options include light, dark, or gradient styles.

Navbar Positions Options

Sets the navbar position: sticky, static, or hidden.

Navbar Type Options

Sets the navbar style: default, dark, transparent, or glass.

Font Options

Sets the fonts for headings and body text.

Font Size Options

Sets the font size: sm, md, or lg.

Rounded Options

Sets the border radius size: xs, sm, md, lg, or xl.

Container Options

Defines the container style: fluid (full-width) or boxed (fixed width).

Loader Options

Sets the page loader visibility: hidden or visible.