Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2015 05:46 AM
Hi,
I am having a scheduled job which runs every hour to check if any of the change task have start date & time <= current date & time.
I have used
var today = new GlideDateTime();
var curDate = today.getDate().getNumericValue();
But every time I run the job the curDate = 1433721600000 it is not changing.
Thanks
Uma
Solved! Go to Solution.