Top "Isodate" questions

Anything related to ISO standard date formats, i.e. a series of ISO-standardized formats for date and time information meant to be "understandable" worldwide, like the following string "2013-10-02 15:35:02".

Get date ISO string without time in javascript

Is there a way to obtain a ISO string of a new date type in javascript with time at midnight …

javascript date time isodate
Get component of Date / ISODate in mongo

How to get a component like minute from ISODate stored in MongoCollection?

datetime mongodb mongodb-query isodate
Mongoexport -q ISODate query

I'm trying to run this: mongoexport.exe -h *MYHOST* -p *MYPORT* -q "{'time':{'$gte': ISODate('2014-12-21 12:57:00.506Z'),…

mongodb isodate
Modifying an ISO Date in Javascript

I'm creating several ISO dates in a Javascript program with the following command: var isodate = new Date().toISOString() which returns …

javascript date isodate
mongodb ISODate problems

I am using java(IDE is eclipse) to query on mongodb. Below is my java code: DBObject query = new BasicDBObject(); …

java mongodb isodate
Convert a ISODate string to mongoDB native ISODate data type

My application generates logs in JSON format. The logs looks something like this : {"LogLevel":"error","Datetime":"2013-06-21T11:20:17Z","…

mongodb pymongo isodate
Getting unix timestamp in seconds out of MongoDB ISODate during aggregation

I was searching for this one but I couldn't find anything useful to solve my case. What I want is …

mongodb mongodb-query aggregation-framework unix-timestamp isodate
joda time ISO DateTime formatting

I'm using joda time to format my ISO Date input string, but I'm getting an exception that my ISO Date …

scala datetime jodatime isodate
MongoDB ISODate query with PHP

I am trying to retrieve data from mongo collection based on date, I want to get data where the date …

php mongodb isodate mongodate
Insert MongoDB ISODate PHP

I am using the following versions: PHP -> 5.6.11 MongoDB -> 3.2 MongoDB PHP Driver -> 1.1 When I was …

php mongodb isodate mongodate