1.1.1 • Published 2 months ago

date-formatter-apiguy111 v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

date-formatter-apiguy111

Effortlessly handle date and time formatting in JavaScript applications with our Date Formatter package. Simplify date manipulation, conversion, and localization tasks with intuitive APIs, supporting various formats and locales. Say goodbye to cumbersome date handling code and embrace streamlined date formatting with ease.

Authors

Demo

Insert gif or link to demo

Installation

Install with npm or yarn

  npm install date-formatter-apiguy111
  or
  yarn add date-formatter-apiguy111

Usage/Examples

import { formatDateTime } from "date-formatter-apiguy111";

const formattedDateTime = formatDateTime("2024-01-16T05:30:17.520+00:00");
console.log(formattedDateTime);


//output: 16 Jan 2024, 11:00 am
1.1.1

2 months ago

1.1.0

2 months ago

1.0.0

2 months ago