Skip to main content

I have an Appointment GI that I am wanting to show the Date  + Time in the results.  If I add the field directly to the results grid it only shows a Date.  

If I do: =oFSAppointment.CreatedDateTime], it does show the Date and Time in the GI but in UTC.  Is there a standard way to show the time in a GI for this field or am I required to do the dateadd feature to adjust.

 

Thanks
Chris Lower

Hi @chrislower You need to convert the time from UTC to PST/EST.

It would look something like this: =dateadd(==FSAppointment.CreatedDateTime], ‘h’, -7).


Reply