Last active
August 29, 2015 14:16
-
-
Save InTEGr8or/d023162facf1d290b1fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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