How can we choose the format of the date?
Closed this issue · 2 comments
epceylon commented
Instead of Wed Mar 25 2015 08:00:00 GMT+0800 (+08) format we would like to use a format like DD/MM/YYYY. Is this possible?
misha130 commented
It returns a date object so you can format it as ever you like.
returnValue | date:'DD/MM/YYYY'
On Sep 10, 2017 12:57, "epceylon" <notifications@github.com> wrote:
Instead of Wed Mar 25 2015 08:00:00 GMT+0800 (+08) format we would like to
use a format like DD/MM/YYYY. Is this possible?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#44>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGV4LG5tpm5_kcObYVdn0cul6zInGslfks5sg7KHgaJpZM4PSRBi>
.
smadurange commented
Thanks. You can close this.