Skip to content

Commit

Permalink
time formatting extra
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent cd16f8f commit 7f130c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mkwpp-parser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,14 @@ <h2>how to format times</h2>
<li><code>69091</code></li>
<li><code>00:69.091</code></li>
<li><code>00:60.9091</code></li>
<li><code>01"09'091</code></li>
<li><code>69'091</code></li>
<li><code>69091</code></li>
<li><code>00"69'091</code></li>
<li><code>00"60'9091</code></li>
</ol>
<p>Some of these are obviously unreadable and shouldn't be used, but valid nonetheless using the rules stated.</p>
<p>You could omit either the colon or the period, but there can be at most one of each.</p>
<div id="how_are_track_names_read?"></div>
<h2>how are track names read?</h2>
<p>Track names are read by first turning the name to lowercase</p>
Expand Down

0 comments on commit 7f130c0

Please sign in to comment.