1.0.3 • Published 3 years ago

date-getter-xyz v1.0.3

Weekly downloads
5
License
ISC
Repository
-
Last release
3 years ago

Table of contents

Package Description

This package helps to convert stamp date (maybe returned from a db) 
to a "day month, year - time" format, which is easy to read

Usage

  • install this package with the above command
  • require package in module = Es5 --> const { getDateToday } = 'date-getter-xyz'; = Es6 ---> import { getDateToday } = 'date-getter-xyz';

  • Invoke getDateToday and assign to a variable (assigment is optional!)

  • Pass in stamp date into the function let myDate = getDateToday(stamp)

Thanks for using this multi-million dollar package

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago