Date Formatting
Knackly has multiple ways to format dates. Below are examples of the finished products with their corresponding formats used in a template to do so. Note that in our examples, the dates are Engagement Date and our variable name is EngagementDate. This will change for you and your variable names, but the actual formatting after the |format will remain the same.
Engagement Date (1/1/2019)
{[EngagementDate|format: "D/M/YYYY"]}
Engagement Date (01/01/2019)
{[EngagementDate|format: "DD/MM/YYYY"]}
Engagement Date (1st day of January 2019)
{[EngagementDate|format: "Do [day of] MMMM YYYY"]}
Engagement Date (January 1, 2019)
{[EngagementDate|format: "MMMM D, YYYY"]}
Engagement Day and Date (Wednesday, January 1, 2019)
{[EngagementDate|format: "EEEE, MMMM D, YYYY"]}
Engagement Day and Date (Wed, January 1, 2019)
{[EngagementDate|format: "EEE, MMMM D, YYYY"]}