stringdate.js:stringdate.js 提供了将 String 作为日期处理的函数

时间:2024-07-08 17:41:32
【文件属性】:

文件名称:stringdate.js:stringdate.js 提供了将 String 作为日期处理的函数

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-08 17:41:32

JavaScript

字符串日期 JavaScript 库 stringdate.js提供了将作为处理的函数。 用法 有效格式 有效格式通常为"yyyy-MM-dd" 。 getLastDate()和isLeapYear()允许使用"yyyy-MM" 。 "yyyy"只允许用于isLeapYear() 。 请注意,该字符串在语法和语义上应该是有效的。 这意味着"2015-04-31"在stringdate.js无效,而它在 vanilla JavaScript 中的日期为 2015 年 5 月 1 日。 下面的所有函数都应应用于有效格式,否则会抛出Error 。 获取年、月、日和日 String.prototype.getYear() :返回 4 位数字的年份。 String.prototype.getMonth() :返回 1 到 12 之间的月份。:请注意,vanilla JavaScript Dat


【文件预览】:
stringdate.js-master
----stringdate.js(2KB)
----LICENSE(1KB)
----stringdate-test.js(6KB)
----README.md(3KB)

网友评论