Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 418 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 418 Bytes

between-dates

=========

Command that can action a task between two dates

Example - List dates

between-dates list --fromDate 2019-07-10 --toDate 2019-07-17

2019-07-10
2019-07-11
2019-07-12
2019-07-13
2019-07-14
2019-07-15
2019-07-16
2019-07-17

Example - Calculate number of days between two dates

between-dates days --fromDate 2019-07-10 --toDate 2019-07-17

7