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

Add a way to access DateTimeFormatter.ofLocalizedDate() etc. #67

Open
timrobinson33 opened this issue Mar 23, 2021 · 0 comments
Open

Add a way to access DateTimeFormatter.ofLocalizedDate() etc. #67

timrobinson33 opened this issue Mar 23, 2021 · 0 comments

Comments

@timrobinson33
Copy link
Contributor

Enhancement request: if would be nice to be able to do the equivalent of:

myDateValue.format(DateTimeFormater.ofLocalizedDate(FormatStyle.FULL))

i.e. to display dates and times in the default format for the current locale. Obviously this can be done quite easily with Java interop so not a big deal.

(the same applies to ofLocalizedTime and ofLocalizedDateTime)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants