1.0.14 • Published 5 years ago

@ybrelax/date v1.0.14

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

基于对Date属性的扩展

原型进行扩展

格式化日期

  • yyyy - date.getFullYear()
  • MM - date.getMonth() + 1
  • dd - date.getDate()
  • hh - date.getHours()
  • mm - date.getMinutes()
  • ss - date.getSeconds()

format

  • default 'yyyy-MM-dd'
  • use: new Date().format(arg)

设置起始周

  • setWeekStart(start) 设置周历 (周开始) 1,2,3,4,5,6,7
  • default: 1
1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago