LogoLogo
  • Getting Started
    • Overview
    • Download components
    • Installing Components
    • Using a component
    • lowcodera App Tokens
  • UI Components
    • lowcodera UI Assets
    • Button
    • Card
    • Date time picker
    • Dropdown Menu
    • Horizontal Navbar
    • Icon
    • PowerGrid
    • Progress Bar
    • TextBox
    • Vertical Navbar
  • Visualization Components
  • Area Chart
  • Bar Chart
  • Column Chart
  • Donut Chart
  • Heatmap Chart
  • Kanban Board
  • Swimlane
  • Line Chart
  • Mixed Chart
  • Pie Chart
  • Polar Chart
  • Radar Chart
  • Radial Chart
  • Strategic Roadmap
  • Scatter Chart
  • Timeline Chart
  • Properties Reference
    • UI Component Properties
    • Chart Component Properties
    • Navbar Schema
  • Page 1
Powered by GitBook
On this page
  • Purpose
  • Variations
  • Properties
  • Examples
  • Date Picker
  • Time Picker
  • Date Time Picker
  • Mobile Date Picker
  • Mobile Time Picker
  • Mobile Date Time Picker

Was this helpful?

  1. UI Components

Date time picker

lowcodera Date time picker Component

PreviousCardNextDropdown Menu

Last updated 3 years ago

Was this helpful?

Purpose

The lowcodera date time picker is a lightweight and mobile-friendly component that allows end users to enter or select date and time values from a pop-up calendar and interactive time clock.

Variations

‌There are several variations of datetimepicker with different configuration properties.

  • Date Picker

  • Time Picker

  • DateTime Picker

  • DateMobile Picker

  • TimeMobile Picker

  • DateTimeMobile Picker

Properties

The properties below are the main ones which change this components appearance and behaviors.

Property

Description

Accepted Values

Required

Label

Property to set Label for control

Text

Yes

Type

Property to set appearence of datetime picker.

Date

Time

DateTime

DateMobile TimeMobile DateTimeMobile

X

Disabled

Property to set datetime picker in disabled mode

Boolean

X

ReadOnly

Property to set datetime picker in read only mode

Boolean

X

Default

Property to set initial/default date of the calendar on first load

Date Value (e.g. 2021-12-15)

X

InputFormat

Property to set datetime format

String

"DD/MM/yyyy"

"MM/DD/yyyy"

"yyyy/MM/DD"

"DD/MM/yyyy hh:mm:ss"

"DD-MM-yyyy"

"MM-DD-yyyy"

"yyyy-MM-DD"

"yyyy-MM-DD" hh:mm:ss"

Yes

Examples

Date Picker

Once we configure our textbox and we want to write some events, we need to use OnChange Event of the button

UpdateContext({DateVal: DateTimePicker1.CurrentValue})

Please check the following Output properties for Lowcodera's datetimepicker control.

Output Property
Purpose
Example

CurrentValue

Get Current value from Lowcodera datetimepicker Component.

DateTimePicker1.CurrentValue

Time Picker

Once we configure our textbox and we want to write some events, we need to use OnChange Event of the button

UpdateContext({DateVal: DateTimePicker1.CurrentValue})

Please check the following Output properties for Lowcodera's datetimepicker control.

Output Property
Purpose
Example

CurrentValue

Get Current value from Lowcodera datetimepicker Component.

DateTimePicker1.CurrentValue

Date Time Picker

Once we configure our textbox and we want to write some events, we need to use OnChange Event of the button

UpdateContext({DateVal: DateTimePicker1.CurrentValue})

Please check the following Output properties for Lowcodera's datetimepicker control.

Output Property
Purpose
Example

CurrentValue

Get Current value from Lowcodera datetimepicker Component.

DateTimePicker1.CurrentValue

Mobile Date Picker

Once we configure our textbox and we want to write some events, we need to use OnChange Event of the button

UpdateContext({DateVal: DateTimePicker1.CurrentValue})

Please check the following Output properties for Lowcodera's datetimepicker control.

Output Property
Purpose
Example

CurrentValue

Get Current value from Lowcodera datetimepicker Component.

DateTimePicker1.CurrentValue

Mobile Time Picker

Once we configure our textbox and we want to write some events, we need to use OnChange Event of the button

UpdateContext({DateVal: DateTimePicker1.CurrentValue})

Please check the following Output properties for Lowcodera's datetimepicker control.

Output Property
Purpose
Example

CurrentValue

Get Current value from Lowcodera datetimepicker Component.

DateTimePicker1.CurrentValue

Mobile Date Time Picker

Once we configure our textbox and we want to write some events, we need to use OnChange Event of the button

UpdateContext({DateVal: DateTimePicker1.CurrentValue})

Please check the following Output properties for Lowcodera's datetimepicker control.

Output Property
Purpose
Example

CurrentValue

Get Current value from Lowcodera datetimepicker Component.

DateTimePicker1.CurrentValue

Datetimepicker in Power Apps
Mobile Date time picker in Power Apps