You need to add a new date and time format that defines only the date in the Administration> Site Configuration> Date and Time> Formats> Add Format (relative path is / admin / settings / date-time / formats / add).
Here are some popular types of date formats according to PHP date format characters :
m/d/Ybecomes 06/22/2010
l, F j, Ybecomes Tuesday, June 22, 2010
You can either set one of three default format types (for example, long, medium or short) to use your own format, or you can add a new format type. In any case, you just need to specify a date field to use the type of format that is set in your custom date format.
source
share