Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.
Go to file
2019-04-10 14:37:39 +02:00
test fix(core): update 2019-04-10 14:06:20 +02:00
ts fix(core): update 2019-04-10 14:06:20 +02:00
.gitignore initial 2017-08-15 19:28:23 +02:00
.gitlab-ci.yml fix(core): update 2019-04-10 11:34:30 +02:00
npmextra.json fix(core): update 2019-04-10 11:34:30 +02:00
package-lock.json 3.0.7 2019-04-10 14:37:39 +02:00
package.json 3.0.7 2019-04-10 14:37:39 +02:00
readme.md fix(core): update 2019-04-10 11:34:30 +02:00
tslint.json fix(core): update 2018-11-23 18:29:38 +01:00

@pushrocks/smarttime

handle time in smart ways

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

Smarttime offers smart ways to deal with time.

class ExtendedDate

This class offers static functions to create zone speicific JavaScript dates from European formated time strings.

import { ExtendedDate } from '@pushrocks/smarttime'
const myDate: Date = ExtendedDate.fromEuropeanDate('8.6.2018')

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer