Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

am-time-ago format to 'x hr y mins ago' #289

Open
ranismk opened this issue Apr 27, 2017 · 1 comment
Open

am-time-ago format to 'x hr y mins ago' #289

ranismk opened this issue Apr 27, 2017 · 1 comment

Comments

@ranismk
Copy link

ranismk commented Apr 27, 2017

I am using am-time-ago directive in my angular app to show the relative time. It displays the time correctly. The only problem is when it comes to hours, it shows like '2 hrs ago' even if it has lapsed 2 hours and 55 mins which gives a wrong impression. I need to change it to display 'x hrs y mins ago'.

I tried below option to set for the 'h' and 'hh' option, but I'm not getting the minutes value inside the function.

`h:function (number, withoutSuffix, key, isFuture){
//number coming here is hours value
}

Is there any easy way to format hours to 'x hr y mins ago'.. I already put one question on SO two weeks ago, still no luck there.

@cklemming
Copy link

cklemming commented Nov 14, 2017

@ranismk Any luck figuring this out? I'm struggling with the same issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants