ct.i18n.time.format.separator
to give two digit groups. For example,
given a ct.i18n.time.format.separator
with a value of ':', the time
125644 would be formatted as follows: 125644 --> 12:56:44
Attributes | Name and Description |
---|---|
|
caplin.element.formatter.TimeFormatter()
|
Attributes | Name and Description |
---|---|
|
String
format(Variant vValue, Map mAttributes)
Splits the input value into 2 digit groups. |
►
caplin.element.formatter.TimeFormatter()
►
String
format(Variant vValue, Map mAttributes)
Splits the input value into 2 digit groups.
Attribute Options:
Option | Description |
---|---|
size | the minimum size of the padded number (defaults to zero) |
Variant | vValue | the number (String or Number type). |
Map | mAttributes | the map of attributes. |