README
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.
var convertDateTs = require("convert-date-ts")
console.log(convertDateTs(someDate))
// it will return the timestamp of the date which you have passed
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