hi everyone im trying to change displayed language of Timeagopipe"
in me page1.html :
<time>{{myDatet | amTimeAgo}}</time>
prints: 4 days ago
How can i change it into other language , no English ?
thanks
hi everyone im trying to change displayed language of Timeagopipe"
in me page1.html :
<time>{{myDatet | amTimeAgo}}</time>
prints: 4 days ago
How can i change it into other language , no English ?
thanks
use moment i18n
thanks for replay,
i donβt understand, where i should write this command ?
moment.locale(String);