Members App output date format

  • Hello.
    Using the members app and all working great except that whatever I do in the templates and forms (member.html and profile.html) the date for my members DOB) always outputs YYYY-mm-dd and I would like to change this ideally to dd/mm/yyyy.


    I've tried various formats, currently have these in place...

    Member.html
    <perch:members type="date" id="dob" label="Date of Birth" listing="false" order="8" format="%d %m %Y" />


    Profile.html
    <perch:input type="date" id="dob" label="Date of Birth" required="true" format="%d %m %Y" />


    Any ideas?

    Also want to display on the front end the default 'memberCreate' date which I have done but this is also not the format I want, I have 2019-03-19 00:00:00. Can this be changed?


    thanks.

  • drewm

    Approved the thread.