1.0.19 • Published 4 years ago

tildate v1.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

tildate

TilDate is a typescript datetime library to format and parse native js Date()

Build Status NPM version Downloads Standard Version styled with prettier Conventional Commits


✨ Features

  • DateTime is capable of formatting using same formatter as Java
  • It can Parse string using same formatter
  • Added extra functionality ex: isBefore(), isAfter(), isSame()

🔧 Installation

yarn add tildate
or
npm i tildate -S

🎬 Getting started

It's simple to start:

import { DateTime } from 'tildate';
// Others imports
class MyClass {
   dateTime = new DateTime();
}

<!-- in html -->
{{dateTime}} // for Angular

🎭 Examples

Go checkout examples !

📜 API

Document your API here

publicMethodOne(value:string): string

These methods do foo bar moo...

Example:

// example

🎓 Guides

🕵️ Troubleshooting

🥂 License

MIT as always

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.9

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.1-1

4 years ago