Page 1 of 1

Changing the format of createdAt

Posted: Sat Mar 21, 2015 11:42 am
by Mark Wong

How can I change the format of createdAt to something like
March 21st 15:23 (without ms)
I don't need to change it at the database side, I just need to view the date differently


Changing the format of createdAt

Posted: Sat Mar 21, 2015 12:34 pm
by Egor Kotov6832188

Hello Mark,

You should add custom javascript code for mapping action.
In this code you will get value, which you then can change to any date by any template


Changing the format of createdAt

Posted: Sat Mar 21, 2015 4:23 pm
by Mark Wong

Any example or link for me to check out will be great!


Changing the format of createdAt

Posted: Sat Apr 04, 2015 11:47 am
by Mark Wong