You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
In my app, I have to show a to-do list where the lists are saved in date format like “2016-02-06” (YYYY-MM-DD) in sql. When I show those data in the angular front-end, I want the days to be listed as:
Today
Tomorrow,
2 Days from now,
etc..
I tried the following:
am-time-ago directive: This is not what I want since it shows in hours ago for today, etc..
amDifference filter: This sorta works but still today is listed as 0 and days like 'yesterday' cannot be listed. Also I would prefer to show tomorrow instead of 1 day from now.
Is there a way to achieve this with angular-moment?
The text was updated successfully, but these errors were encountered:
In my app, I have to show a to-do list where the lists are saved in date format like “2016-02-06” (YYYY-MM-DD) in sql. When I show those data in the angular front-end, I want the days to be listed as:
I tried the following:
am-time-ago
directive: This is not what I want since it shows in hours ago for today, etc..amDifference
filter: This sorta works but still today is listed as 0 and days like 'yesterday' cannot be listed. Also I would prefer to show tomorrow instead of 1 day from now.Is there a way to achieve this with angular-moment?
The text was updated successfully, but these errors were encountered: