1.4.7 • Published 3 years ago

@mtab/periods-helper v1.4.7

Weekly downloads
102
License
MIT
Repository
github
Last release
3 years ago

Periods helper

Dependencies status Release status

JavaScript library for parsing and formatting periods.

Install

npm install @mtab/periods-helper

Usage

dictionary

import {dictionary} from '@mtab/periods-helper';

getNotation

import {getNotation} from '@mtab/periods-helper';

getNotation(new Date(), 'Q');

getPeriod

import {getPeriod} from '@mtab/periods-helper';

getPeriod('Q_2020_1');

getPeriods

import {getPeriods} from '@mtab/periods-helper';

getPeriods('Q_2020_1', 10);

getType

import {getType} from '@mtab/periods-helper';

getType('2020 Q1');

types

import {types} from '@mtab/periods-helper';
1.4.7

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago