capitalize « Date Time Format « Java Data Type Q&A





1. how to get dateformat to capitalize month and day    stackoverflow.com

I have my strings like so in my strings.xml:

<string name="day_format">EEEE</string>
<string name="date_format">dd. MMMM</string>
<string name="date_format_us">MMMM dd</string>
And I use them like this in the code:
    private void reinit() {
   ...