Skip to content

Commit 1a63264

Browse files
authored
Merge pull request #39 from sashary/master
Update formatter doc
2 parents 1bb4990 + 8d763a6 commit 1a63264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/java-time.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
argument. Given one argument uses the default format.</pre></div></div><div class="public anchor" id="var-formatter"><h3>formatter</h3><div class="usage"><code>(formatter fmt)</code><code>(formatter fmt {:keys [resolver-style]})</code></div><div class="doc"><pre class="plaintext">Constructs a DateTimeFormatter out of a
9898

9999
* 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 <a href="https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html">here</a>
101102

102103
Accepts a map of options as an optional second argument:
103104

0 commit comments

Comments
 (0)