Webtags (preserving history): Difference between revisions

m
→‎List of allowed modifiers: Further emphasis on single character modifier differences
m (→‎List of allowed modifiers: Further emphasis on single character modifier differences)
Line 121: Line 121:
Note for Cumulus 1 - where lower (or upper, for easier comparison with MX) case shown, because Delphi is case insensitive, upper (or lower) case (in some cases, indicated by use of curved brackets) could be used instead (exceptions: a/p, ampm, am/pm, Am/Pm, AM/PM, A/P, AMPM etc display as input).
Note for Cumulus 1 - where lower (or upper, for easier comparison with MX) case shown, because Delphi is case insensitive, upper (or lower) case (in some cases, indicated by use of curved brackets) could be used instead (exceptions: a/p, ampm, am/pm, Am/Pm, AM/PM, A/P, AMPM etc display as input).


In some rows of table square brackets [] indicate optional items, just to make it clearer how items can be combined in a single output parameter.
[[File:Badge vMx.png]]Remember that most single character format specifiers have a different meaning to when the same letter appears in a multi-character format.
 
In some rows of this table, square brackets [] indicate optional items, they are included just to make it clearer how items can be combined in a single output parameter.
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 268: Line 270:
|t
|t
|Displays the time using the Short Time format.
|Displays the time using the Short Time format.
| '09:47' produced by <#LastDataReadT format=t> (might not use colon in your locale)
| '09:47' produced by <#LastDataReadT format=t> (might not use colon in your locale) [[File:Badge vMx.png]]Remember that 't' combined with other specifiers (or preceded by space or '%') has a different meaning - see below.
|-
|-
|TT
|TT
Line 284: Line 286:
|a/p
|a/p
|t
|t
|Uses the 12-hour clock for the preceding h or H specifier, and displays 'a' for any hour from midnight until before noon, and 'p' for noon or any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly.
|Uses the 12-hour clock for the preceding h or H specifier, and displays 'a' for any hour from midnight until before noon, and 'p' for noon or any hour after noon. The a/p specifier can use lower, upper, or mixed case, and the result is displayed accordingly. [[File:Badge vMx.png]]Remember that 't' has to be combined with other specifiers (or preceded by space or '%') to display 'a' or 'p' as if it is alone it has a different (short format time) meaning - see above.
| see previous example
| see previous example
|-
|-
5,838

edits