0.0.3-k • Published 2 years ago

@hivi/timez v0.0.3-k

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@hivi/timez

Presentation

@hivi/timez makes it easier to manipulate date type data.

Installation

npm i @hivi/timez -s

Use

import Timez from '../build/timez';

const dateNow = new Timez('03/03/2021 05:01:20 GMT+1', 'DD/MM/YYYY HH:mm:ss GMTZZ');
dateNow.timezone = 3;
console.log(`> hivi.timez | dateNow.isValid():: `, dateNow.isValid());
console.log(`> hivi.timez | dateNow.toString():: `, dateNow.toString());
console.log(`> hivi.timez | dateNow.toDate():: `, dateNow.toDate());
console.log(`> hivi.timez | dateNow.timezone:: `, dateNow.timezone);
console.log(`> hivi.timez | dateNow.lang:: `, dateNow.lang);

Useful links

0.0.3-i

2 years ago

0.0.3-g

2 years ago

0.0.3-f

2 years ago

0.0.3-k

2 years ago

0.0.3-j

2 years ago

0.0.3-e

2 years ago

0.0.3-c

3 years ago

0.0.3-b

3 years ago

0.0.3

3 years ago

0.0.2-i

3 years ago

0.0.2-h

3 years ago

0.0.2-g

3 years ago

0.0.2-f

3 years ago

0.0.2-e

3 years ago

0.0.2-c

3 years ago

0.0.2-b

3 years ago

0.0.2-a

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago