1.0.5 • Published 4 years ago

convert-date-ts v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

A lightweight Javascript library to convert date to timestamp.

Installation

To install this library, use npm:

npm install convert-date-ts

Features

This package will allow you to convert date which you have passed into timestamp

How to Use

EX.

  1. var convertDateTs = require("convert-date-ts")

    console.log(convertDateTs(someDate))

    // it will return the timestamp of the date which you have passed

  1. var convertDateTs = require("convert-date-ts")

    console.log(convertDateTs())

    // it will return the timestamp of the current date hence you are not passing any specific date

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago