Hi Jitesh,
Could you please elaborate your use case in details of saving date along with JSON document because when you insert any document in App42 database, we automatically return document creation date in response which you can use for sorting and fetching the documents. How you can find document based on creation date? You just need to build a query which contains key as _$createdAt and value as an a time in UTC (2016-02-27T05:36:27.254Z) format from which you want to fetch the records.
Please have a look at this link to understand the steps of building a query and let me know if it helps.
Regards,
Himanshu Sharma