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 was looking to do the same and I found out where it is stored.
It's in the DefaultFormatter.java class in the calendar manager library. If you add the entire library to your project, then you can change it in there.
The line is:
public DefaultFormatter() {
this("E", "'week' w", "MMMM yyyy");
}
Or edit the function here if you need more specific code:
Can you support this?
The text was updated successfully, but these errors were encountered: