We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I would like to work on a feature that will display the DateTime as relative time from now if it is less than 3 days.
This would look like: Last executed 3 days ago in 14ms and after 3 days it would look like Last Executed at 2023-06-19 in 15 ms
Last executed 3 days ago in 14ms
Last Executed at 2023-06-19 in 15 ms
The text was updated successfully, but these errors were encountered:
I see you made #93, does that replace the want for this or is that separate?
Sorry, something went wrong.
it is a separate feature request.
PR #93 is based on issue #78
No branches or pull requests
Hi, I would like to work on a feature that will display the DateTime as relative time from now if it is less than 3 days.
This would look like:
Last executed 3 days ago in 14ms
and after 3 days it would look likeLast Executed at 2023-06-19 in 15 ms
The text was updated successfully, but these errors were encountered: