Automation Emails - Liquid Syntax

We have been using Liquid Syntax to modify the appearance of date information coming from a contact record in emails for quite some time. It has stopped functioning and as we are forced to convert these legacy emails to the new format, it continues not to work. Is anyone else having this challenge? How are you addressing it?

Contact Field: 05-13-2025 12:00:00 we want to display in the email May 13, 2025 9:00 AM (we used plus_hours previously to achieve this)

Keap supports Liquid syntax in its email automations. You can insert dynamic content by using {{ fieldName }} to pull in fields like first name or custom data, and wrap logic in {% if condition %}…{% endif %} blocks to personalize messages. Use filters like capitalize or date formatting to tweak the output.