wwwcodeportfolio
 

code.thespiritx.com

jQuery DateFormat

Date Formatting based off the php2js date function (http://phpjs.org/functions/date:380).


Example

$.date('F j, Y, g:i a','1273024800');
$.date('Ymdhisu',1273024800);

Download

Notes

Usage

$.date(format,timestamp);