File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -506,19 +506,22 @@ <h4 id=setting-named-strings-the-string-set-pro><span class=secno>2.1.1.
506506 the time of formatting
507507 </ ul >
508508
509- < p class =note > Information about date and time is formatted according to
510- the locale of the user. Implementors can get access to preformatted
511- strings by way of the < a
509+ < p > Information about date and time is formatted according to the locale
510+ of the user.
511+
512+ < p class =note > On many systems, preformatted strings in the user's
513+ locale can be found through the < a
512514 href ="http://www.opengroup.org/onlinepubs/009695399/functions/strftime.html "> strftime</ a >
513515 function. The date, time and date-time strings can be found by using
514516 the "%x", "%X" and "%c" conversion strings, respectively.
515517
516518 < div class =example >
517519 < pre >
518- string-set: url env(url);
519- string-set: date env(date);
520- string-set: date env(time);
521- string-set: date env(date-time);
520+ @page {
521+ margin: 10%;
522+ @top-right { content: env(url) }
523+ @bottom-right { content: env(date-time) }
524+ }
522525</ pre >
523526 </ div >
524527 </ dl >
You can’t perform that action at this time.
0 commit comments