Open GoogleCodeExporter opened 8 years ago
Still an Issue!
Original comment by a...@t3media.com
on 18 Apr 2011 at 9:44
This is because the standard format "d" is being used. I suppose there could be
an option if you want to ignore the standard formats - but right now they take
precedence over custom identifiers.
Follow my fork - I'll add that in as a feature for a final 1.0 release. \
https://github.com/abritinthebay/datejs/
Original comment by darkcr...@gmail.com
on 15 Sep 2013 at 7:27
fixed in my fork: https://github.com/abritinthebay/datejs/
You can now pass a flag to ignore all standard formats if you so choose -
d.toString('d', true) will now work as proposed here. Default is to still use
standard formats (that's why they are standard).
Original comment by darkcr...@gmail.com
on 18 Sep 2013 at 8:17
Original issue reported on code.google.com by
colinmci...@gmail.com
on 19 Aug 2010 at 6:02