I want to search for a particular date in an API in the format of "2019-03-27" but in the API the format is "2019-03-27 19:00:00". so there any way I can do it without parsing. I tried using the substring function to delete the last 8 char but it didn't work. API Link: https://samples.openweathermap.org/data/2.5/forecast/hourly?q=London,us&appid=b6907d289e10d714a6e88b30761fae22
