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;
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;