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
I want to use the relative time, 'a minute ago', but after a couple of hours, I want to switch it to say `04:40 am'.
The text was updated successfully, but these errors were encountered:
This would also be useful for customizing a formatted date to also include the relative timestamp.
Jan. 2020 (2 years ago)
The API could look like:
<Time format="MM. YYYY" display={({ relative, formatted }) => `${formatted} (${relative})`} />
Sorry, something went wrong.
No branches or pull requests
I want to use the relative time, 'a minute ago', but after a couple of hours, I want to switch it to say `04:40 am'.
The text was updated successfully, but these errors were encountered: