cquiroz / scala-java-time

Implementation of the `java.time` API in scala. Especially useful for scala.js
http://cquiroz.github.io/scala-java-time/
BSD 3-Clause "New" or "Revised" License
125 stars 33 forks source link

Some missing format symbols #483

Open chadselph opened 10 months ago

chadselph commented 10 months ago

I found some (obscure) formatting fields that are missing from this reference: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/format/DateTimeFormatter.html#patterns

After comparing different versions of the docs it looks like they were added in different versions between 8 and 11.