Not applicable

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()