One of Drupal's main strengths is its data modeling.
But sometimes choosing the appropriate field type comes with a form widget that isn't what we're looking for. For example, using a Date field results in the form displaying a date "widget" (form input) which includes a full date consisting of a day, month, and year, and optionally a time.
How to remove the time from a date field in Drupal
Because removing the time from date fields is such a common request, Drupal allows its removal without writing any custom code.
How to hide the time Drupal's frontend
Fortunately, the date field has a highly configurable display on the frontend. By visiting the "Manage Display" page (or configuring the field's block, if using layout builder), you will have the option of selecting (or creating) a date format.
Follow these steps to change the date's output for your frontend:
ashrafabed Fri, 04/26/2024