Hi I am trying to format my date field which is called {member_birthday} with the format attribute. But whenever I apply the attribute to the tag it shows the date in the correct format but the with an incorrect date.
<input type="text" name="display_birthday" id="display_birthday" value="{member_birthday}" maxlength="23" size="25"/>Displays the correct date i.e 1982-11-08 12:00 AM
<input type="text" name="display_birthday" id="display_birthday" value="{member_birthday format="%d/%m/%Y"}" maxlength="23" size="25"/>Displays an incorrect date i.e 01/01/1970