Date format in Elasticsearch

If you want the field on the document to be a date, then it is stored as milliseconds since the epoch, so it cannot store the date without the time.

If you want a string in a different format then this shows an example.

If you just want the date why are you using a date filter at all?