• Documentation
  • Ask a Question
  • Zeroplat.io
  • Documentation
  • Ask a Question
  • Zeroplat.io
  • Introduction
    • Welcome to Zeroplat
    • Video Intro
  • Get Started
    • Requirements
    • Installation
  • Management
    • Resources
    • SaaS
      • Multi-tenancy
      • Editions
    • Permissions
    • Organization Units
    • Language
      • Languages
      • Language Texts
    • Roles
    • User
      • Users
      • Invite Users
    • Audit Logs
  • Visual Builder
    • Overview
    • Resources
      • Menu & Navigation
      • Pages
      • Dashboards
      • Components
      • Generate Pages from Datasource
    • Design
      • JS Query
      • Transformer
      • Variable
    • Event Designer
      • Tasks
        • Execute query
        • Start workflow
        • Show page
        • Close Page
        • Set variable
        • Show notification
        • Set components props
      • Switch
        • If
        • Confirm box
        • Confirm popover
    • Data
    • Preview & Publish
    • Components
      • Common Properties
        • Layout
        • Style
        • Actions
        • Validations
        • Tooltip
      • Inputs
        • Button
        • Input
        • InputNumeric
        • ComboBox
        • MulticolumnCombobox
        • Checkbox
        • CheckboxGroup
        • Switch
        • RadioGroup
        • ToggleButtonGroup
        • LocalizedInput
        • Slider
      • Business
        • OrganizationUnitBrowser
        • RoleBrowser
        • UserBrowser
      • Data display
        • DataGrid
      • Editors
        • QuillEditor
      • Feedback
        • Alert
        • Progress
      • File
        • Dropzone
        • FileButton
        • FileInput
      • Layout
        • SplitLayout
      • Navigation
        • TabBar
      • Pickers
        • DatePicker
        • DateTimePicker
        • DateRangePicker
        • DateCalendar
        • TimePicker
        • IconPicker
      • Surfaces
        • Card
      • Charts
        • AreaChart
  • Backend
    • Overview
  • Integrations
    • Overview
    • Environments
    • Database
      • MS SQL
      • SQL Lite
      • My SQL
      • PostgreSQL
    • API
      • Rest API
      • SMTP
      • Google Sheets
      • Twillio SMS
    • Javascript
      • Variable
      • Transformer
      • JS Query
    • Zeroplat Hosted
      • Zeroplat E-mail
  • Workflow (BPM)
    • Overview
    • Building and managing workflows
    • Inbox
    • Outbox
  • Marketplace
    • Overview
    • Management

TimePicker

1 views 0

Written by Zeroplat
23 September 2025

The TimePicker component allows users to select a specific time of day. Unlike the DatePicker, this component focuses only on hours, minutes, and optionally seconds.

1. Basic Properties

  • Name → Unique identifier for the component (e.g., TimePicker1).
  • Label → Text displayed above the input (e.g., Time picker).
  • Default value → Initial value when the component loads.
    • Example: {{ new Date() }} This initializes with the current time.
  • Placeholder → Shown when no time is selected.

2. States

  • Read only → Shows the field without allowing changes.
  • Disabled → Grays out the field and prevents interaction.
  • Hidden → Hides the field but keeps it functional in logic.
  • Show clear button → Allows the user to reset the selected time.

3. Layout

Defines responsive placement and spacing inside grids or forms.

📘 See Common Properties → Layout.

4. Events

  • onChange → Triggered whenever the user selects a new time.
    • Example usage: updating a schedule, triggering a workflow, or validating input.

5. Validations

  • Ensures that a valid time is selected.
  • Can be required for workflows where time input is mandatory.

📘 See Common Properties → Validations.

6. Format

The format property controls how the selected time is displayed:

  • hh:mm → Hours and minutes (default).
  • hh:mm:ss → Hours, minutes, and seconds.
  • mm:ss → Minutes and seconds (useful for timers).
  • custom → Allows defining a custom format.

7. Style

Supports custom styling such as:

  • Font size
  • Colors
  • Alignment
  • Spacing

📘 See Common Properties → Style.

8. Business Use Cases

  • Meeting scheduling → Choose a start time for an appointment.
  • Shift planning → Define work hours for employees.
  • Reminders & alarms → Pick a time for notifications.
  • Timers & countdowns → Set exact time durations.

✅ The TimePicker component is a lightweight but essential tool for time-specific inputs, with flexible formatting options and strong integration into workflows.

Was this helpful?

Yes  No
Related Articles
  • DateCalendar
  • Progress
  • IconPicker
  • DateTimePicker
  • DateRangePicker
  • FileInput

Didn't find your answer? Contact Us

Previously
DateCalendar
Up Next
IconPicker
Copyright 2025 Zeroplat.io. All Rights Reserved