DateJS parsing mystery

ⅰ亾dé卋堺 提交于 2019-12-05 05:19:53

Aha: Looks like the version in the "Download" link is a good bit older than the current source. Here's the commit that fixed this bug:

Dan Yoder fixed bug with timeContext pattern where if a date included "april" or "august", the parser thought the 'a' was the beginning of a time part (as in am/pm).

The most recent version of the EN-US script is here: http://code.google.com/p/datejs/source/browse/trunk/build/date-en-US.js It would be nice if the website linked to this instead of to a zip file that hasn't been updated for a couple of years.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!