ultimate-date-formatter

Formats any Javascript date into any format you want.

Usage no npm install needed!

<script type="module">
  import ultimateDateFormatter from 'https://cdn.skypack.dev/ultimate-date-formatter';
</script>

README

Ultimate Date Formatter

ultimate-date-formatter has a simple purpose: to help you format all Javascript dates automatically.

Features

  • Pure Javascript, no dependencies.
  • Works with any Javascript framework

Why?

The idea is to provide an easy way to format any dates you might be using with Javascript. After developing numerous applications and dealing with all sorts of date formats, I decided it was time to make an easy date formatter for everyone to use.

Installation

npm

npm i ultimate-date-formatter