Datejs - 中午 12:00 的问题
我真的不知道我在这里做错了什么。我无法让 Datejs 正确解析“12:00 pm”,但是,它似乎在其他日期上工作正常。下面是来自 Firefox 调试器的剪辑:
I really have no idea what I'm doing wrong here. I can't get Datejs to properly parse "12:00 pm" however, it seems to work fine on other dates. Below is a clip from the Firefox debugger:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从 SVN 下载最新版本的 Datejs,而不是“下载”部分中的版本。
Download the latest version of Datejs from SVN not the version in the "download" section.
尝试将代码包装在 IIFE 中。
IIFE
我很好奇为什么 FireFox 会这样。我知道他们几年前添加了安全更新,以防止您覆盖 Date.prototype 函数,但为什么 IIFE 能够访问此范围?
Try wrapping the code in an IIFE.
The IIFE being
What I'm curious about is why FireFox behaves this way. I know they added security updates a few years back that prevent you from overwriting Date.prototype functions, but why is an IIFE capable of accessing this scope?