1.0.1 • Published 2 years ago

time-format-like-instagram v1.0.1

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

time-format-like-instagram

Time-Formate-Like-Instagram is very useful liberary for displaying date in form of duration.

Exapmple:

Out put will look like this.

last post 4 hour ago.
last post 1 day ago.
posted now.

MIT License

Installation

Install my-project with npm

  npm install --save time-format-like-instagram

Usage/Examples

import formatDate from 'my-project'


/** formatDate will return you string message
 * with duration between current date and provided date
*/

@return message
// pass date in string form like this
console.log(formateDate("2/14/2022")); // last post 19 Hours ago