Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Date & Time Picker

import { AXDatetimePickerModule } from '@acorex/components/datetime-picker'; Date & Time Picker allows users to select date and time through an intuitive input field and visual calendar. It supports disabled and readonly states and works with different calendar types, including Georgian and Jalali, offering a flexible and user-friendly selection experience.

Overview

In this section, you can test different options of this component and see the output in real time
Date
Time
Sun
Mon
Tue
Wed
Thu
Fri
Sat
Georgian
yyyy/MM/dd HH:mm

Usage

A simple usage of ax-datetime-picker
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-datetime-picker-md-width20remWidth of the datetime picker on medium and larger screens (min-width: 768px).
--ax-comp-datetime-picker-header-padding-x0.5remHorizontal padding of the datetime picker header.
--ax-comp-datetime-picker-header-padding-t0.5remTop padding of the datetime picker header.
--ax-comp-datetime-picker-picker-part-height376pxHeight of the time picker part.
--ax-comp-datetime-picker-picker-part-header-padding0.75remPadding of the picker part header.
--ax-comp-datetime-picker-picker-part-header-font-size1.25remFont size of the picker part header text.
--ax-comp-datetime-picker-picker-part-header-border-b-width1pxBorder bottom width of the picker part header.
--ax-comp-datetime-picker-picker-part-header-border-b-colorvar(--ax-sys-border-color)Border bottom color of the picker part header. Defaults to the system's border color.
--ax-comp-datetime-picker-calendar-part-padding0.25remPadding of the calendar part.
--ax-comp-datetime-picker-footer-padding0.5remPadding of the datetime picker footer.
--ax-comp-datetime-picker-footer-border-top-width1pxBorder top width of the datetime picker footer.
--ax-comp-datetime-picker-footer-border-colorvar(--ax-sys-border-color)Border color of the datetime picker footer. Defaults to the system's border color.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page