1.0.14 • Published 6 years ago

@ybrelax/date v1.0.14

Weekly downloads
1
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago