【发布时间】:2011-04-26 12:32:32
【问题描述】:
我想在 linux 上格式化日期,如 date(1) 或在 php 中格式化 date()。我刚刚找到this jQuery Plugin,它还有其他日期格式字符串。有 jQuery 插件或 js 库/函数吗?
【问题讨论】:
标签: javascript jquery jquery-plugins date format
我想在 linux 上格式化日期,如 date(1) 或在 php 中格式化 date()。我刚刚找到this jQuery Plugin,它还有其他日期格式字符串。有 jQuery 插件或 js 库/函数吗?
【问题讨论】:
标签: javascript jquery jquery-plugins date format
古老的Datejs 库中的formatting support 相当不错。
JavaScript Date 对象具有足够丰富的 API,因此构建您自己的专用格式化程序并不难。
【讨论】: