Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

3
How to group my data by date with count?
Post Body

Hi,

I am getting very confused when trying to retrieve the date and number of records which were created on the date.I have tried using Group and aggregate but nothing seems to work.

I just need to extract how many records were created on each day - not dateTime but date.... which is where my problems begin really.

Using the following almost works but I need the result in date no datetime

db.postjobs.aggregate( [ { $unwind: "$createdAt" }, { $group: { _id: "$createdAt", qty: { $sum: 1 } } } ] )

Can anyone help??

Author
Account Strength
90%
Account Age
7 years
Verified Email
Yes
Verified Flair
No
Total Karma
691
Link Karma
293
Comment Karma
398
Profile updated: 5 days ago
Posts updated: 2 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
7 years ago