I'm trying to implement a date range in my Ecto query where the date ranges are string dates of format "YYYY-MM-DD", and the corresponding created_at date in the database is in #DateTime<2017-12-01 13:31:14.987000Z> format.
I have my range comparison query set up, my only problem is in figuring out how to cast my date strings into the same #DateTime format.