Skip to content

Instantly share code, notes, and snippets.

@kagemusha
Created January 24, 2012 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kagemusha/1668948 to your computer and use it in GitHub Desktop.
Save kagemusha/1668948 to your computer and use it in GitHub Desktop.
JQuery UI Date Formatting
Ref: jquery-rails 1.0.19 (jquery ui 1.8x)
$.datepicker.formatDate 'yy-mm-dd', (new Date(obj.created_at))
If u need time need to do it separately
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment