autodoc.git / traditional_manual / chapter_21.html

version» Context lines:

autodoc.git/traditional_manual/chapter_21.html:4388:   </dd>   <dt>%H</dt>   <dd><p>The hour as a decimal number using a 24-hour clock (range 00 to 23).</p>   </dd>   <dt>%I</dt>   <dd><p>The hour as a decimal number using a 12-hour clock (range 01 to 12).</p>   </dd>   <dt>%j</dt>   <dd><p>The day of the year as a decimal number (range 001 to 366).</p>   </dd> - <dt>%k</dt> - <dd><p>The hour (24-hour clock) as a decimal number (range 0 to 23); -  single digits are preceded by a blank. (See also <code class='expr'>%H</code>.)</p> - </dd> - <dt>%l</dt> - <dd><p>The hour (12-hour clock) as a decimal number (range 1 to 12); -  single digits are preceded by a blank. (See also <code class='expr'>%I</code>.)</p> - </dd> +    <dt>%m</dt>   <dd><p>The month as a decimal number (range 01 to 12).</p>   </dd>   <dt>%M</dt>   <dd><p>The minute as a decimal number (range 00 to 59).</p>   </dd>   <dt>%n</dt>   <dd><p>A newline character. (SU)</p>   </dd>   <dt>%O</dt>