Skip to content

Instantly share code, notes, and snippets.

@ashic
Created January 2, 2012 00:24
Show Gist options
  • Save ashic/1548777 to your computer and use it in GitHub Desktop.
Save ashic/1548777 to your computer and use it in GitHub Desktop.
jquery-dateFormat
var date = getDate();
var format = 'dd-MM-yyyy hh:mm:ss';
var formattedDate = $.format.date(date, format);
alert(formattedDate); //alerts 02-01-2012 12:23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment