diff --git a/GlideDateTime/getlocaldate.js b/GlideDateTime/getlocaldate.js new file mode 100644 index 0000000..c772e29 --- /dev/null +++ b/GlideDateTime/getlocaldate.js @@ -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