deliver-next
v1.0.5
Published
generate a string for the following quarter or year. keep your deliverables just over the horizon.
Downloads
7
Readme
deliver-next
functions to keep a delivery date in the future
installation
npm install deliver-next
# or with yarn
yarn add deliver-next
usage
import { nextQuarter, nextYear } from 'deliver-next'
// pass in a date, or pass no argument for next time period from now
nextQuarter(new Date('12-10-2020'))
//'Q1'
nextYear(new Date('12-10-2020'))
//'2021'