Open GoogleCodeExporter opened 8 years ago
This is a bug for all locales. It should either be:
Date.prototype.toShortDateString=function(){return
this.toString(Date.CultureInfo.formatPatterns.shortDate);}
or Date.CultureInfo.formatPatterns.shortDatePattern needs to be defined as an
alias of or instead of Date.CultureInfo.formatPatterns.shortDate.
Original comment by bret...@gmail.com
on 16 Apr 2011 at 6:37
[deleted comment]
toShortDateString isn't even valid in DateJS. Not a bug.
Original comment by darkcr...@gmail.com
on 1 Oct 2013 at 10:36
Original issue reported on code.google.com by
sgorbini...@gmail.com
on 17 Jan 2011 at 10:24