内容简介:Day.js 1.8.13 发布了。该版本更新内容是 Bug 的修复: 为某些区域添加缺少的 relativeTime 和格式 (#560) (96b917e) 添加工作日插件 (#569) (9007cc5),关闭 #559 允许使用 locale meridiem 函数 自定义 "am" /...
Day.js 1.8.13 发布了。该版本更新内容是 Bug 的修复:
-
允许使用 locale meridiem 函数 自定义 "am" / "pm" 字符串 (#580) (576e93e), 关闭 #578
-
修复
.add
day/week 的十进制编译错误 (800f6c9) -
修复 relativeTime 插件的 Math.round bug (40bea40)
-
在 buddhistEra 和 advancedFormat 插件跳过方括号 (#556) (9279718),关闭 #554
Day.js 是一个仅 2kb 大小的轻量级 JavaScript 时间日期处理库,和 Moment.js 的 API 设计保持完全一样。如果你曾经用过 Moment.js ,那么你已经知道如何使用 Day.js 。其功能特性有:
-
和 Moment.js 相同的 API 和用法
-
不可变数据(Immutable)
-
支持链式操作(Chainable)
-
仅 2kb 大小的微型库
-
全浏览器兼容
以上所述就是小编给大家介绍的《Day.js 1.8.13 发布,轻量级时间和日期 JavaScript 库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms
Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!