Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2017 11:18 AM
Hi,
Please try replacing "var dt = new GlideDate();" with var dt = new GlideDate(firstdt); and remove the line "dt.setValue(firstdt); " from your code.
Let me know if it worked or not. If not, what values you are receiving after modifying the code.
Rajesh