Kaydet (Commit) b247f769 authored tarafından Eike Rathke's avatar Eike Rathke

added description of time edit format

üst a7769e27
...@@ -243,16 +243,18 @@ ...@@ -243,16 +243,18 @@
data. The requirements are the same as for formatindex="21" above. data. The requirements are the same as for formatindex="21" above.
Of usage="TIME": Of usage="TIME":
formatindices 43, 44, 45 are special in the sense that they are * The FormatElement with default="true" type="medium" is used to edit
programmatically used to automatically display values that meet certain times and thus must contain all HH and MM and SS codes, e.g. HH:MM:SS
criteria: * Formatindices 43, 44, 45 are special in the sense that they are
Formatindex="43" contains the [HH] format code that displays hour programmatically used to automatically display values that meet
certain criteria:
* Formatindex="43" contains the [HH] format code that displays hour
values greater than or equal to 24 (as opposed to a simple HH that values greater than or equal to 24 (as opposed to a simple HH that
displays modulo 24). displays modulo 24).
Formatindex="44" uses no hour code but 100th seconds and the * Formatindex="44" uses no hour code but 100th seconds and the
Time100SecSeparator. Time100SecSeparator.
Formatindex="45" uses both [HH] hour code and 100th seconds to be able * Formatindex="45" uses both [HH] hour code and 100th seconds to be
to edit such time values without loosing information. able to edit such time values without loosing information.
Of usage="CURRENCY": Of usage="CURRENCY":
formatindices 12, 13, 14, 15, 17 with [$xxx-yyy] notation must use the formatindices 12, 13, 14, 15, 17 with [$xxx-yyy] notation must use the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment