Dynamic date options

Hi there,

Referring to: Feature Request: Dynamic Date + x days/month
Is something like this possible now?

A client want to use an agenda (CPT with ACF) where only the upcoming 8 weeks are visible. Or is there another way to only have the next 8 weeks visible?

Kind regards,
Chris

Hello @WebMount,

Thank you for the inquiry.

You can now use Twig filters to alter a generic date.

https://twig.symfony.com/doc/2.x/filters/date.html

Example:

{{ date.generic({"date": "+8 weeks"}) | date("m/d/Y") }}

Please check this documentation for more info about Twig templates: https://theme.co/docs/twig

Let us know if you need more info.

Best regards,
Ismael

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.