unix-date
v0.0.2
Published
A small package i made to take a unix timestamp and convert to a readable date
Readme
#Convert Unix timestamps to a regular string
##Function Example
var date = require('unix-date');
console.log(date.parseDay(1499006328467))
This should print: Sunday July 2 2017
