
Jophy John
ServiceNow Employee
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 09-30-2016 09:35 AM
Date Pattern
var gdt = new GlideDateTime();
gdt.setDisplayValue("2016.10.13", "yyyy.MM.dd");
gs.print(gdt.getValue());
http://wiki.servicenow.com/?title=GlideDateTime#gsc.tab=0