Im working an app with appery.io platform using ionic 1 I have a date value inside of text component.
If I use:
{{user.user_date}} 
Return
{"$date":"1958-12-08T00:00:000Z"}  // Correct value but wrong format
If I use:
{{user.user_date | amDateFormat:'DD/MM/YYYY'}}
Return
22/01/2021 // today date
How can I format this date value inside of component?
Thanks
 
     
     
    