Format date in the indexSuccess.php

后端 未结 4 1634
礼貌的吻别
礼貌的吻别 2021-01-20 14:53

I want to format the created_at field date from the original for something like 03.May.2011 to be shown in the indexSuccess.php and in the sh

4条回答
  •  时光取名叫无心
    2021-01-20 15:32

    You can make in symfony in your indexSuccess.php and showSuccess.php instead of for example:

     getCreatedAt() ?>
    

    next:

     getCreatedAt())) ?>
    

    You can use other formats.

提交回复
热议问题