datetounicode
v1.0.0
Published
returns a unicode-formatted string from a date
Downloads
129
Readme
datetounicode
Returns a unicode-formatted string from a date. Small. No depenencies.
datetounicode(new Date(), 'MMM d, y h:mm:ss a')
// 'Apr 5, 2013 9:23:41 pm'