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
Copy file name to clipboardExpand all lines: docs/java-time.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,8 @@
97
97
argument. Given one argument uses the default format.</pre></div></div><divclass="public anchor" id="var-formatter"><h3>formatter</h3><divclass="usage"><code>(formatter fmt)</code><code>(formatter fmt {:keys [resolver-style]})</code></div><divclass="doc"><preclass="plaintext">Constructs a DateTimeFormatter out of a
98
98
99
99
* format string - "YYYY/mm/DD", "YYY HH:MM", etc.
100
-
* formatter name - :date, :time-no-millis, etc.
100
+
* formatter name - :iso-date, :iso-time, etc.
101
+
- More examples can be found <ahref="https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html">here</a>
101
102
102
103
Accepts a map of options as an optional second argument:
0 commit comments