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
Because of @vuepress/last-updated is using Date(timestamp).toLocaleString(lang), we need lang to parse the time correctly.
@vuepress/last-updated
Date(timestamp).toLocaleString(lang)
lang
Although we can use @vuepress/last-updated.transformer to avoid #16 , with the lang we can be more flexible.
@vuepress/last-updated.transformer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because of
@vuepress/last-updated
is usingDate(timestamp).toLocaleString(lang)
, we needlang
to parse the time correctly.Although we can use
@vuepress/last-updated.transformer
to avoid #16 , with thelang
we can be more flexible.The text was updated successfully, but these errors were encountered: