How to format date to always be PM instead of AM?

I would format it into a 12 hour format and then parse it into text. From there use the replace() function to change any AM to PM. Then parse it back into a date/time and format it into whatever format you need.

Hope this helps!

Welcome to the Make community!

If you meant ignoring the “am” from the end of a formatted date, simply use lowercase hh instead of HH, remove the “A” at the end of the formatDate format parameter.

Then, right at the end of the Variable value field after the close bracket “)”, type in a manual “pm”.

e.g.:

hh:mm)pm

For more information, see https://www.make.com/en/help/functions/tokens-for-date-time-formatting

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

3 Likes

This is worked, thank you!

1 Like