A suite to track Project Diva score statistics and ratings / D4DJ event data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
projectdivar/server/node_modules/postgres-date
sigonasr2 7dd9f5d0b5 New routes to include playerID 3 years ago
..
index.js New routes to include playerID 3 years ago
license New routes to include playerID 3 years ago
package.json New routes to include playerID 3 years ago
readme.md New routes to include playerID 3 years ago

readme.md

postgres-date Build Status Greenkeeper badge

Postgres date column parser

Install

$ npm install --save postgres-date

Usage

var parse = require('postgres-date')
parse('2011-01-23 22:15:51Z')
// => 2011-01-23T22:15:51.000Z

API

parse(isoDate) -> date

isoDate

Required
Type: string

A date string from Postgres.

License

MIT © Ben Drucker