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

A DateFormat that generates names with the first letter capitalized #814

Open
blondie63 opened this issue Mar 16, 2024 · 0 comments
Open
Labels
type-enhancement A request for a change that isn't a bug

Comments

@blondie63
Copy link

Now when i use for example this code:

var now = DateTime(2023, 3, 25);
var formatter = DateFormat("EEEE d MMMM", "it_IT");

i have: lunedì 25 marzo

but i'd like and it's correct this: Lunedì 25 Marzo

Is it possible ?

@blondie63 blondie63 added the type-enhancement A request for a change that isn't a bug label Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant