What's the best way to localise a date on Laravel?

前端 未结 6 838
既然无缘
既然无缘 2020-12-05 17:34

Take this example:

{{ $article->created_at->format(\'M\') }}

It returns Nov. I need to localise this to my language, so

6条回答
  •  春和景丽
    2020-12-05 18:07

    I guess you should consult setlocale manpage. Though Im not sure if Laravel has any wrapper on it.

提交回复
热议问题