You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
andofLocalizedDateTime
)The text was updated successfully, but these errors were encountered: