I did just find the solution. In the gift_card.liquid file, you need to change this line to swap the %m and %d to appear in the order you would like for the date format
{% assign gift_card_expiry_date = gift_card.expires_on | date: “%m/%d/%y” %}
I did just find the solution. In the gift_card.liquid file, you need to change this line to swap the %m and %d to appear in the order you would like for the date format
{% assign gift_card_expiry_date = gift_card.expires_on | date: “%m/%d/%y” %}