Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 12:48 PM
To get the the object from the date time field.
It's a easy way to convert the value in a date/time field to GlideDateTime Object, is by using getGlideObject() method of the Glide Element Class.
For Eg :
var gdt = current.start_time.getGlideObject()