Skip to content

Commit

Permalink
Based on push to refs/heads/2.12 by phw
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Aug 13, 2024
1 parent 1797827 commit b54c79d
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file modified downloads/MusicBrainz_Picard_v2.12_HTML_[en].zip
Binary file not shown.
Binary file modified downloads/MusicBrainz_Picard_v2.12_HTML_[fr].zip
Binary file not shown.
Binary file modified downloads/MusicBrainz_Picard_v2.12_[en].epub
Binary file not shown.
Binary file modified downloads/MusicBrainz_Picard_v2.12_[en].pdf
Binary file not shown.
Binary file modified downloads/MusicBrainz_Picard_v2.12_[fr].epub
Binary file not shown.
Binary file modified downloads/MusicBrainz_Picard_v2.12_[fr].pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion v2.12/en/functions/func_dateformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<span class="k">$dateformat(</span>2021-7-21<span class="k">)</span> ==&gt; &quot;2021-07-21&quot;
<span class="k">$dateformat(</span>2021-7-21,<span class="se">\%</span>B <span class="se">\%</span>d<span class="se">\,</span> <span class="se">\%</span>Y<span class="k">)</span> ==&gt; &quot;July 21, 2021&quot;

<span class="k">$dateformat(</span>2021-07-21,,myd<span class="k">)</span> ==&gt; &quot;2021-07-21&quot;
<span class="k">$dateformat(</span>2021-07-21,,ymd<span class="k">)</span> ==&gt; &quot;2021-07-21&quot;
<span class="k">$dateformat(</span>2021-07-21,,dmy<span class="k">)</span> ==&gt; &quot;&quot;
<span class="k">$dateformat(</span>2021-07-21,,mdy<span class="k">)</span> ==&gt; &quot;&quot;
<span class="k">$dateformat(</span>2021-July-21<span class="k">)</span> ==&gt; &quot;&quot;
Expand Down
2 changes: 1 addition & 1 deletion v2.12/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion v2.12/fr/functions/func_dateformat.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<span class="k">$dateformat(</span>2021-7-21<span class="k">)</span> ==&gt; &quot;2021-07-21&quot;
<span class="k">$dateformat(</span>2021-7-21,<span class="se">\%</span>B <span class="se">\%</span>d<span class="se">\,</span> <span class="se">\%</span>Y<span class="k">)</span> ==&gt; &quot;July 21, 2021&quot;

<span class="k">$dateformat(</span>2021-07-21,,myd<span class="k">)</span> ==&gt; &quot;2021-07-21&quot;
<span class="k">$dateformat(</span>2021-07-21,,ymd<span class="k">)</span> ==&gt; &quot;2021-07-21&quot;
<span class="k">$dateformat(</span>2021-07-21,,dmy<span class="k">)</span> ==&gt; &quot;&quot;
<span class="k">$dateformat(</span>2021-07-21,,mdy<span class="k">)</span> ==&gt; &quot;&quot;
<span class="k">$dateformat(</span>2021-July-21<span class="k">)</span> ==&gt; &quot;&quot;
Expand Down
2 changes: 1 addition & 1 deletion v2.12/fr/searchindex.js

Large diffs are not rendered by default.

0 comments on commit b54c79d

Please sign in to comment.