Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5028

How to set mongodb ISODATE record

$
0
0

hi,
i finaly change the way to do it
i 've parse my date :
var d =new Date()
var date = Date.parse(d)

and save to mongo on numberlong format

with this, i'm able to do $gt, $get, $lt , $lte on my date

rgd;


Viewing all articles
Browse latest Browse all 5028

Trending Articles