Date Picker
The Date picker allows you to select a Date
, DateTime
or Time
, depending on your settings.


Left: Date/time; Top-right: Date; Bottom-right: Time
As you can see above there's three flavours of the date and/or time pickers.
Add a Date Picker
The Date Picker
needs to be a child of the Form component.
To add the Date Picker
component, click Form > Date Picker
.


After the Date Picker is added you can start to configure it.
Date, Date/time or Time?
To choose between the different types of pickers, you can use two checkboxes in the Settings PanelSettings Panel - The Settings Panel is where you can configure every property of a design element. By default this is displayed, when clicking an element when you're in the Budibase Design Section, on the right. to get three different results.


To get the results, only check the box which are mentioned below.
- Date/time: ☑️ Show Time
- Date: ☑️ Show Time + ☑️ Time Only
- Time: ☑️ Time Only
Further configuration
Setting | Description |
---|---|
Field | Connected field from the parent Form element, or custom by typing in a field name. |
Label | The text visible to the user next to the |
Placeholder | The text displayed in a lighter tint inside the |
Default Value | When a default value is provided, every time the form is opened this will be prefilled in the |
Disabled | When checked, disables the field; The user cannot change the value. |
Updated about 2 months ago