通过 Javascript 进行日期格式化 - JQuery
日期总是让人抓狂(至少对我来说),而且我面临这样一个事实:Javascript 似乎没有格式化日期的方法。
我正在尝试格式化日期以使用 Google API,它要求您提供以下格式的日期:yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffff (例如 2011- 06-25T10:00:00.000+02:00)
我需要能够读取这种字符串并生成一个。
Dates are always a kick in the nuts (at least for me) and I faced the fact that Javascript doesn't seem to have a method to format dates.
I'm trying to format a date to use the Google API which ask you for a date in this format: yyyy'-'MM'-'dd'T'HH':'mm':'ss.fffffff (e.g. 2011-06-25T10:00:00.000+02:00)
I need to be able to read that kind of string and to produce one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我经常使用 jQuery 插件: http://plugins.jquery.com/project/jquery-dateFormat
I often use jQuery plugin: http://plugins.jquery.com/project/jquery-dateFormat