How can a custom Drupal date format be added?

后端 未结 2 987
面向向阳花
面向向阳花 2021-01-01 11:34

How do you add a custom Drupal date format. I want to display the date without hours and minutes, but the options don\'t include it.

2条回答
  •  天命终不由人
    2021-01-01 12:36

    You will see a button Add format in this path admin/config/regional/date-time/formats

    Then, type your format there. This will help you: http://php.net/manual/en/function.date.php

    After adding your format, you can choose in the tab Types

    Oops. I had this tab open in my browser for long time and didn't see the other answer.

提交回复
热议问题