mongoose-dateonly
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mongoose-dateonly", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Provides mongoose support for dates only, typically to avoid timezone issues.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,10 +0,6 @@ | ||
#dateonly-mongoose | ||
## About ## | ||
####Provides Mongoose support for dates only.<br />This is useful for avoiding time zone issues. | ||
##About | ||
This is an implementation of the DateOnly library that works with Mongoose. This allows you to save dates in Mongo without having to worry about time zones shifting the date. | ||
##Usage | ||
## Usage ## | ||
@@ -38,3 +34,3 @@ ```javascript | ||
##Test | ||
## Test ## | ||
npm test |
25298
36