Converting date to text
Hi all, I haven't been able to find an answer to this in the previously posted questions... I'd like to be able to take a calculation field showing a date in normal Podio date format and have it display in another field with format of Month Day, Year with the month spelled out as text and the day and year showing numbers with a comma between them (eg: November 29, 2017). I'm trying to use this as a merge field in business letters.
Any suggestions? Thanks very much in advance for any help/advice!
-
Hi Alex,
it's:
moment(@date field).format("MMMM DD, YYYY")
More about date formatting: http://momentjs.com/docs/#/displaying/
Rainer
-
For homework, plz study: https://momentjs.com/
Suggestion to put on calc field:
moment().format('MMMM Do YYYY')
Best of luck.
Please sign in to leave a comment.
Comments
4 comments