1.4.7 • Published 4 years ago

@mtab/periods-helper v1.4.7

Weekly downloads
102
License
MIT
Repository
github
Last release
4 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

4 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago