Skip to content

$date, $datetime, $time - Date Fields

Date fields may contain one of these keywords: $date, $datetime, or $time.


$date

Refers to a simple date formatted as DD/MM/YYYY - 01/06/2023.

If a field is built with the $date keyword, a calendar will show up at the instance level for you to select a specific date whenever you try to assign it a value.

$datetime

Used for storing a full date - formatted as DD/MM/YYYY hh:mm:ss - 19/08/2022, 01:00.

If a field is built with the $datetime keyword, a time table will also show up right next to the calendar at the instance level whenever you try to assign it a value.

$time

Refers to a time value - formatted as hh:mm - 08:00.

If a field is built with the $time keyword, only a timetable will show up at the instance level whenever you try to assign it a value.

Video example

In the video below, you will find an example of each of these fields in action