Forum Discussion
DougHenning1
2 years agoCommunity Manager
If you add the time to the date then it should not roll back to the previous day:
{{ (a.payment_date|date_ymd) ~ "T12:00" }}
Creates a string like "2018-08-08T12:00"
If you add the time to the date then it should not roll back to the previous day:
{{ (a.payment_date|date_ymd) ~ "T12:00" }}
Creates a string like "2018-08-08T12:00"