1.0.12 • Published 8 years ago

date-gather v1.0.12

Weekly downloads
6
License
ISC
Repository
github
Last release
8 years ago

dateGather

日期集合(今天,昨天,星期一,星期天,本月第一天,本月最后一天)

Usage

import dateGather from 'date-gather';

/*
	dateGather.fullToday // 今天
    dateGather.fullYesterday // 昨天 
    dateGather.fullMonday // 星期一
    dateGather.fullSunday // 星期天
    dateGather.fullStartOfMonth // 本月第一天
    dateGather.fullEndOfMonth // 本月最后一天

	dateGather.getFullDate(1501314383824); // 得到 2017-07-29
*/
1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago