Date and Date/Time fields

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • 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:
    表 : 1. Date and time field types
    Field type Dictionary XML type MySQL DB type
    Date glide_date DATE
    Date/Time glide_date_time DATETIME
    Time glide_time DATETIME
    Duration glide_duration DATETIME
    Due date due_date DATETIME

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