Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions GlideDateTime/getlocaldate.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var gdt = new GlideDateTime();//Initiate the date time object for the current date & time
gdt.getLocalDate();//Gets the date stored by the date time object, expressed in the standard format, yyyy-MM-dd, and the current user's time zone
Loading