Provides utilities for advanced time handling including cron jobs, timestamps, intervals, and more.
Go to file
2018-11-23 18:29:38 +01:00
test fix(core): update 2018-11-23 18:29:38 +01:00
ts fix(core): update 2018-11-23 18:29:38 +01:00
.gitignore initial 2017-08-15 19:28:23 +02:00
.gitlab-ci.yml fix(core): update 2018-11-23 18:29:38 +01:00
npmextra.json BREAKING CHANGE(deps): remove moment and use luxon 2018-10-17 01:42:36 +02:00
package-lock.json 3.0.3 2018-11-23 18:29:38 +01:00
package.json 3.0.3 2018-11-23 18:29:38 +01:00
readme.md update 2018-10-21 17:23:58 +02:00
tslint.json fix(core): update 2018-11-23 18:29:38 +01:00

@pushrocks/smarttime

handle timeformats in smart ways

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code TypeScript node

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