Date format in post function

Hi - i know this is very simple however I spent a very long time trying to get this right. I can get just about every result except what I need. I have a data date field ( m/dd/yyyy). I need it to look like this ( mm/dd/yyyy ). I changed the data field to date but then I can’t get rid of the time. I was trying to do this in the post function then trying to use the handle bar helpers. Can someone please help me? I use the post function on other date fields and had no problems.

Thank you

If the field “MyField” is a date, the Handlebars syntax would be

{{date MyField "MM/dd/yyyy"}}

Thank you so much!I had to use the brackets around the data field but works perfect.