Skip to content

datetime - Date/Time Picker#


If serverdate is set to false or omitted, the client side timezone is used. If the browser timezone is different than server, UTC time is displayed to normalize the date/time.

Example#

{
    "code": "PROPERTY_CODE",
    "prompt": "PROPERTY_PROMPT",
    "type": "datetime",
    "serverdate": true
}