<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    Hi Bernd,<br>
    <br>
    Perhaps use java.time.format.DateTimeFormatter.<br>
    <br>
    You can create a case-insensitive DateTimeFormatterBuilder using
    .parseCaseInsensitive().<br>
    <br>
<a class="moz-txt-link-freetext" href="https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/time/format/DateTimeFormatterBuilder.html#parseCaseInsensitive()">https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/time/format/DateTimeFormatterBuilder.html#parseCaseInsensitive()</a><br>
    <br>
    Regards, Roger<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 7/15/22 8:17 AM, Bernd Eckenfels
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:AM9P193MB1142F55065E5033E8520FAF7FF8B9@AM9P193MB1142.EURP193.PROD.OUTLOOK.COM">
      
      <div dir="ltr">
        <div>
          <div dir="ltr">Hello,</div>
          <div dir="ltr"><br>
          </div>
          <div dir="ltr">I noticed that it is surprisingly hard to make
            SimpleDateFormat accept all-uppercase month names while
            parsing. Even with a custom DateFormatSymbols that’s hard
            because you can only specify a single symbol for a month
            name. For parsing it would be good if you can either specify
            a list of names like â€œJune,june,JUNE” or have it allow a
            special case insensitive configuration option. (The list
            would also allow custom short forms like â€œja” â€œfe” but not
            â€œju”’</div>
          <div dir="ltr"><br>
          </div>
          <div dir="ltr">Am I missing something?</div>
          <div dir="ltr"><br>
          </div>
          <div dir="ltr">Gruss</div>
          <div dir="ltr">Bernd</div>
          <div id="ms-outlook-mobile-signature">
            <div style="direction:ltr">-- </div>
            <div style="direction:ltr"><a class="moz-txt-link-freetext" href="http://bernd.eckenfels.net">http://bernd.eckenfels.net</a></div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>