chewy
chewy copied to clipboard
Return dates not strings
I was not able to find the documentation to allow for dates to be returned in the results.
- My date is indexed properly
field :created_at, type: "date"
- Im able to get back the date field back, but its a string, not a date type
- Is there a possiblity of returning the created_at field defined above as a date object and not a string ?
Thanks in advance