开发者

$.datepicker.parseDate("dd/mm/yy","10/10/2010"); not cuasing an Exception?

开发者 https://www.devze.com 2023-01-22 14:27 出处:网络
$.datepicker.parseDate(开发者_StackOverflow社区\"dd/mm/yy\",\"10/10/2010\"); Why this not causing an Exception?Everything looks fine to me. You do know that yy represents a four digit year despite b
$.datepicker.parseDate(开发者_StackOverflow社区"dd/mm/yy","10/10/2010");

Why this not causing an Exception?


Everything looks fine to me. You do know that yy represents a four digit year despite being only two characters long, right?

0

精彩评论

暂无评论...
验证码 换一张
取 消