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
I can get the total number of hours and min from a future date as a whole but I need the difference in min to be based on the hour. For example if it's 3:17 pm and I'm testing against tomorrow, it responds 8h and 522m. Both are correct but what I'm wanting 8h and 43m.
I can get the total number of hours and min from a future date as a whole but I need the difference in min to be based on the hour. For example if it's 3:17 pm and I'm testing against tomorrow, it responds 8h and 522m. Both are correct but what I'm wanting 8h and 43m.
{{nextDate | amDifference: currentDate : 'hours'}}h {{nextDate | amDifference: currentDate : 'minutes'}}m
The text was updated successfully, but these errors were encountered: