Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2019 10:49 AM
In ServiceCatalog Date variable I am getting current Year (2019 )using the below default value
javascript: var gdt = new GlideDateTime(gs.nowDateTime());gdt.getYear();
But I need to get 2020 as from ( ex May) a month fiscal year starts .
How to achieve that ?
Solved! Go to Solution.
Labels: