Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TWIGファイルで
{{ comments.created|date('l, F j, Y') }} Thursday, July 25, 2013
デフォルトのロケール英語を表示します。他の言語形式で表示するにはどうすればよいですか。ドイツ語、トルコ語など
必要なフォーマットを設定するだけ
{{ comments.created|date('d.m.Y') }}