Have user data with timestamp in the below format and stored as string.
MM-DD-YYYYThh:mm:ss
Sample:
{
"Name":"myname",
"created":"12-17-2014T13:40:07"
}
I want to find all the documents created after a given timestamp. Element Range index with scalar type as date time does not work.
My basic requirement is to find all the documents created after the given time.
Would appreciate any help to meet the requirements