- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 01:21 PM
I have an existing scheduled report with a date in the email subject line. It is showing UTC date:
javascript:"Changes Approved On " + gs.now()
How would I change the code to show the local time? I can show local date/time using the following, but I do not want to include the date.
javascript:"Changes Approved On " + gs.nowDateTime();
Thanks!
Jessica
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 01:32 PM
Try gs.nowDateTime().split(' ')[1]
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-01-2023 09:05 PM
Hi Team,
I need the previous day date in the email subject of scheduled report . can you please help on this.
Thanks,
Mahesh