Decimal representation options, specified by a string in the following format:
{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}.
minIntegerDigits: The minimum number of integer digits before the decimal point. Default is 1.
minFractionDigits: The minimum number of digits after the decimal point. Default is 0.
maxFractionDigits: The maximum number of digits after the decimal point. Default is 3.
Optional format
format:string
The date/time components that a date column will display, using predefined options or a custom format string.
Optional timezone
timezone:string
A timezone offset (such as '+0430'), or a standard UTC/GMT or continental US timezone abbreviation.
Decimal representation options, specified by a string in the following format:
{minIntegerDigits}
.{minFractionDigits}
-{maxFractionDigits}
.minIntegerDigits
: The minimum number of integer digits before the decimal point. Default is 1.minFractionDigits
: The minimum number of digits after the decimal point. Default is 0.maxFractionDigits
: The maximum number of digits after the decimal point. Default is 3.