Difference between date and time and Calendar date and time of Fields

Sharath goud1
Giga Contributor

What is the difference between Date and time and calendar date and time in form design.

4 REPLIES 4

Aniket Sawant2
Giga Guru

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.

 

Sharath goud1
Giga Contributor

Screen shot is in the attachment.

Hitoshi Ozawa
Giga Sage
Giga Sage

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/GlideCalendarDateT...

https://developer.servicenow.com/dev.do#!/reference/api/paris/server/no-namespace/c_APIRef

akanksha1pa
Tera Expert

Feature Date and Time (GlideDateTime) Calendar Date and Time (CalendarDateTime)

Application ScopeGlobal + ScopedScoped only
UI ExperienceBasic pickerRich calendar interface
Developer API SupportWidely supportedLimited to newer APIs
Use Case FocusGeneral timestampingCalendar-centric workflows