Difference between date and time and Calendar date and time of Fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2021 04:20 AM
What is the difference between Date and time and calendar date and time in form design.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2021 04:29 AM
Hi sharath ,
please go through the following documents.
https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/time/reference/r_UseDateAndTimeFields.html
https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/time/task/create-business-calendar.html
please mark correct/helpful based on an impact.
regards,
Aniket Sawant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2021 04:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2021 06:46 AM
Date Time creates a field of type GlideDateTime. While Calendar GlideDateTime create a field of CalendarDateTime.
CalendarDateTime was introduced in New York release while GlideDateTime existed in earlier versions.
CalendarDateTime is only supported in Scoped applications while GlideDateTime supports both Scoped and Global applications.
Reference:
https://developer.servicenow.com/dev.do#!/reference/api/paris/server/no-namespace/c_APIRef
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2025 10:36 PM
Feature Date and Time (GlideDateTime) Calendar Date and Time (CalendarDateTime)
Application Scope | Global + Scoped | Scoped only |
UI Experience | Basic picker | Rich calendar interface |
Developer API Support | Widely supported | Limited to newer APIs |
Use Case Focus | General timestamping | Calendar-centric workflows |