Skip to content

Instantly share code, notes, and snippets.

@gladiatorAsh
Created June 18, 2015 10:55
Show Gist options
  • Save gladiatorAsh/6475766263aac870876c to your computer and use it in GitHub Desktop.
Save gladiatorAsh/6475766263aac870876c to your computer and use it in GitHub Desktop.
Global options setter for UI
var GlbDatepickerOptions = {
dateFormat: 'dd/mm/yy', timeFormat: 'hh:mm tt', dateonly: true, changeMonth: true,
changeYear: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment