-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor DateTime and TimeSpan humanization to use ToQuantityExtensions.ToQuantity to quantify time units #205
Comments
Hi, |
Partially covered by #405 |
@alimeziane not exactly. The idea was to use Inflector for words as "second", "minute", "hour", etc. |
@hazzik , In the PR #405 , i added the parameter "ShowQuantityAs" to TimeSpan and DateTime humanization , it will select the display mode (numbers or words), for example : So I think it solves the #290 issue , but I do not see anything added to solve the current issue. |
You're right. This issue is about internal implementation of time fraction quantification, to remove need of resources |
@MehdiK still think this is worthwhile? |
Brought over from #192
The text was updated successfully, but these errors were encountered: