Skip to content

Instantly share code, notes, and snippets.

@InTEGr8or
Last active August 29, 2015 14:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InTEGr8or/d023162facf1d290b1fc to your computer and use it in GitHub Desktop.
Save InTEGr8or/d023162facf1d290b1fc to your computer and use it in GitHub Desktop.
//Accepts a date string and returns a date string formatted for Kendo DatePickers
function dateForKendo(date) {
return kendo.toString(kendo.parseDate(date), 'MM/dd/yyyy');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment