Skip to main content
Version: 2.9

Date & Time

Display the current date and time in a variety of configurable formats. No API key required.

Date and Time on split-flap board

Overview

The Date & Time plugin provides:

  • 12-hour and 24-hour time formats
  • US and international date formats
  • Day of week, month, year components
  • Timezone support (any IANA timezone)

Setup

  1. Open http://localhost:4420
  2. Go to the Integrations page
  3. Toggle Date & Time on
  4. Set your timezone
  5. Click Save Changes
tip

Date & Time is enabled by default and requires no API key.

Available Variables

VariableDescriptionExample
{date_time.time}Current time (HH:MM)10:30
{date_time.time_12h}12-hour format10:30 AM
{date_time.time_24h}24-hour format10:30
{date_time.date}Current dateFEBRUARY 23 2026
{date_time.date_us}US date format02/23/2026
{date_time.date_us_short}Short US date2/23/26
{date_time.datetime}Combined date and timeFEB 23 10:30 AM
{date_time.day_of_week}Day of weekMONDAY
{date_time.month}Month nameFEBRUARY
{date_time.month_abbr}Month abbreviationFEB
{date_time.day}Day of month23
{date_time.year}Year2026
{date_time.hour}Hour (24h)10
{date_time.minute}Minute30
{date_time.timezone_abbr}Timezone abbreviationPST

Next Steps