summaryrefslogtreecommitdiff
path: root/doc/html/boost/date_time/gather_weekday_strings.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/date_time/gather_weekday_strings.html')
-rw-r--r--doc/html/boost/date_time/gather_weekday_strings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/date_time/gather_weekday_strings.html b/doc/html/boost/date_time/gather_weekday_strings.html
index a722f4ae3d..f3b628ab75 100644
--- a/doc/html/boost/date_time/gather_weekday_strings.html
+++ b/doc/html/boost/date_time/gather_weekday_strings.html
@@ -38,7 +38,7 @@
<span class="identifier">gather_weekday_strings</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">locale</span> <span class="special">&amp;</span> locale<span class="special">,</span>
<span class="keyword">bool</span> short_strings <span class="special">=</span> <span class="keyword">true</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp222324640"></a><h2>Description</h2>
+<a name="id-1.3.12.15.3.42.4.4"></a><h2>Description</h2>
<p>Using the time_put facet, this function creates a collection of all the weekday strings from a locale starting with the string for 'Sunday'. This is handy when building custom date parsers or formatters that need to be localized.</p>
<p>