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

Date format of month view title should use standalone month format #318

Closed
rzhukov opened this issue May 24, 2016 · 1 comment
Closed

Date format of month view title should use standalone month format #318

rzhukov opened this issue May 24, 2016 · 1 comment
Assignees
Labels

Comments

@rzhukov
Copy link

rzhukov commented May 24, 2016

For some languges month names is context sensitive. So for month+year title standalone month name should be used.
Instead of MMMM yyyy use LLLL yyyy in DateFormatTitleFormatter:

    public DateFormatTitleFormatter() {
        this.dateFormat = new SimpleDateFormat(
                "LLLL yyyy", Locale.getDefault()
        );
    }
@ekchang
Copy link
Contributor

ekchang commented Jun 1, 2016

Fixed in 1.4.0

@ekchang ekchang closed this as completed Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants