1.0.19 • Published 2 years ago

tildate v1.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.1-1

2 years ago