update
This commit is contained in:
11
readme.md
11
readme.md
@@ -1,4 +1,4 @@
|
||||
# smarttime
|
||||
# @pushrocks/smarttime
|
||||
|
||||
handle timeformats in smart ways
|
||||
|
||||
@@ -26,6 +26,15 @@ 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.
|
||||
|
||||
```TypeScript
|
||||
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](https://lossless.gmbh)
|
||||
|
||||
Reference in New Issue
Block a user