Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Date and Date/Time fields

Records in the ServiceNow AI Platform store date and time values in several different types of fields. These values are stored as integer numbers, in milliseconds, and appear in the appropriate date or date/time format.

Date and Date/Time field types

The ServiceNow AI Platform stores date and date/time information in records using the following field types:

Field typeDictionary XML typeMySQL DB type
Dateglide_dateDATE
Date/Timeglide_date_timeDATETIME
Timeglide_timeDATETIME
Durationglide_durationDATETIME
Due datedue_dateDATETIME

For the full listing of field types, see Introduction to Fields.

Parent Topic:Exploring time configuration