When retrieving data from an Access database, date fields are read in a yyyy-mm-dd hh:mm:ss format.
In the database, the fields are stored as yyyy-mm-dd, so all these fields get 00:00:00 appended when displayed.
How do I display these fields in a yyyy-mm-dd format?