Craft CMS のテンプレートの中で今月末の日付を取得するには下記のように書けばOK。
{% set thisMonth = 'now'|date('Y-m') %}
{% set lastDayOfThisMonth = 'last day of ' ~ thisMonth %}
{{ lastDayOfThisMonth|date('Y-m-d') }}
Go to list of users who liked
More than 5 years have passed since last update.
Craft CMS のテンプレートの中で今月末の日付を取得するには下記のように書けばOK。
{% set thisMonth = 'now'|date('Y-m') %}
{% set lastDayOfThisMonth = 'last day of ' ~ thisMonth %}
{{ lastDayOfThisMonth|date('Y-m-d') }}
Register as a new user and use Qiita more conveniently
Go to list of users who liked