Edit the output of the page info control to adjust the time zone
It would be nice if there was an option to adjust time zone in the page info control, for the current date/time output.
1
-
Is there a way to do this with string formatting? I couldn't figure it out.
0 -
I did figure it out. You need a label control with a text expression: AdjustTimeZone( LocalDateTimeNow(), 'UTC', 'Mountain Standard Time'). Then you can format it with the Text Format String property.
However, it would be nice if there was an option in the Page Info control for this, especially when using SaaS.
0 -
Or safer yet: AdjustTimeZone( UtcNow(), 'UTC', 'Mountain Standard Time')
0
Please sign in to leave a comment.
Comments
3 comments