Postgres date column parser
$ npm install --save postgres-date
var parse = require('postgres-date')
parse('2011-01-23 22:15:51Z')
// => 2011-01-23T22:15:51.000ZRequired
Type: string
A date string from Postgres.
MIT © Ben Drucker
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Postgres date column parser
$ npm install --save postgres-date
var parse = require('postgres-date')
parse('2011-01-23 22:15:51Z')
// => 2011-01-23T22:15:51.000ZRequired
Type: string
A date string from Postgres.
MIT © Ben Drucker