Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Each character in the table below can be used in `dateFormat` and `altFormat` op
<tr>
<td>G</td>
<td>Hours, 2 digits with leading zeros</td>
<td>1 to 12</td>
<td>01 to 12</td>
</tr>
<tr>
<td>i</td>
Expand All @@ -135,7 +135,7 @@ Each character in the table below can be used in `dateFormat` and `altFormat` op
<tr>
<td>s</td>
<td>Seconds</td>
<td>0, 1 to 59</td>
<td>0 to 59</td>
</tr>
<tr>
<td>K</td>
Expand Down