Skip to content

Instantly share code, notes, and snippets.

@cmcdevitt
Created May 12, 2014 14:22
Show Gist options
  • Save cmcdevitt/c1ff335b3c7abcf4150d to your computer and use it in GitHub Desktop.
Save cmcdevitt/c1ff335b3c7abcf4150d to your computer and use it in GitHub Desktop.
ServiceNow day of the week
var gdt = new GlideDateTime();
if(gdt.getDayOfWeek() == 7){
gs.log("Today is Sunday");
gs.addInfoMessage("Hello World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment