Axel Howind

Results 105 comments of Axel Howind

The problem is the 'M'. Both SimpleDateFormat (pre-Java 8) and DateTimeFormatter (java.time) interpret this as 'Month of year', and there is no month in a time (without a date). For...

Hi @svanteschubert, yes, I wanted to do that anyway. My suggestion is to make the get- and set-methods accept the LibreOffice format strings, but also add alternative methods, maybe setIsoDateFormat()...

~~I don't think it is even possible to always accept both forms and knowing what is meant.~~ ~~For some fields, upper- and lowercase symbols are used but with different meanings,...

> That is wrong. In LibreOffice Calc you can use the letters with the correct caps in the format cell dialog. I didn't say you cannot use lowercase letters (I...

Note to self: use `${JAVA_HOME}/lib/rt-fs.jar` introduced in Java 11.