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".

Date query with ISODate in mongodb doesn't seem to work

I don't seem to be able to get even the most basic date query to work in MongoDB. With a …

json mongodb bson isodate
convert iso date to milliseconds in javascript

Can I convert iso date to milliseconds? for example I want to convert this iso 2012-02-10T13:19:11+0000 to milliseconds. …

javascript iso isodate
Formatting ISODate from Mongodb

In Mongodb I am storing date and time in ISODate format. Which looks like this ISODate("2012-07-14T01:00:00+01:00") Using …

javascript node.js mongodb isodate
Remove Seconds/ Milliseconds from Date convert to ISO String

I have a date object that I want to remove the miliseconds/or set to 0 remove the seconds/or set …

javascript date momentjs isodate
MongoDB + nodejs : how to query ISODate fields?

I am using nodejs with the node-mongodb-native driver (http://mongodb.github.io/node-mongodb-native/). I have documents with a date property …

node.js mongodb isodate
Create an ISODate with pyMongo

I've been trying to find a way to create an ISODate object whith pyMongo client, but without any success so …

mongodb python-3.x pymongo isodate
How to format date displayed in Datatable

I have a function that displays objects in my array using datatables. I'm a bit a problem with changing the …

javascript jquery datetime datatables isodate
How to return ISO date format in PHP for MongoDB?

I want to store the current date generated from PHP into MongoDB collection as an ISO date formate. ISODate("2012-11…

php mongodb date time isodate
Storing Utc and Local datetime in Mongo

I have a Mongo C# implementation that stores datetime as UTC. MongoDB.Bson.Serialization.Options.DateTimeSerializationOptions options = MongoDB.Bson.Serialization.…

c# mongodb datetime isodate
new Date() in wrong time zone

At the time of this post my current time is 2017-01-10T19:23:00.000Z but new Date() gives me 2017-01…

javascript node.js datetime timezone isodate