Skip to content
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

Document %e format token #370

Open
DavisVaughan opened this issue Jun 14, 2024 · 0 comments
Open

Document %e format token #370

DavisVaughan opened this issue Jun 14, 2024 · 0 comments

Comments

@DavisVaughan
Copy link
Member

Writes the day of month as a decimal number. If the result is a single decimal digit, it is prefixed with a space.

https://en.cppreference.com/w/cpp/chrono/zoned_time/formatter

> clock::date_format(as.Date("2020-01-02"), format = "%Y-%m-%e")
[1] "2020-01- 2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant