ShubhamOriginal post
Rank 3: Container
I want to show specific month with year data according to $ceatedAt property , i am unable to do it , how will i do this ?
Summary
User is having trouble with an Appwrite query involving the $createdAt property. They posted their code which included a limit, order, greater than, and not equal operators. They are specifically asking how to filter data based on a specific month and year using the $createdAt property.
Another user suggests converting the date to an ISO 8601 string in UTC before executing the code.
The original user responds that their code now works after making the suggested changes.
Solution: The user needed to format the date as an ISO 8601 string in UTC before executing the query.