Im looking to use a document database such as MongoDB but looking through the documents I cant find much on queries that involve date functions. For example lets say that I'm asking one of the following questions of the DB:
- "Tell me all the people who bought a product on tuesday"
- "Get me all sales and group by month"
They are random questions but essentially they could be anything that has date functions. Would you have any idea how I would go about this?
Thanks, Chris.