Class pvc.options.format.DateFormat
Constructor Attributes | Constructor Name and Description |
---|---|
The options documentation of the date format class.
|
Field Attributes | Field Name and Description |
---|---|
The formatting mask.
|
Class Detail
pvc.options.format.DateFormat
The options documentation of the date format class.
A date format formats numbers by using a formatting mask.
The format mask is the same as that expected by the strftime function in C. See the protovis' documentation of the function pv.Format.date for the actual format mask syntax (http://mbostock.github.io/protovis/jsdoc/symbols/pv.Format.date.html).
The current date format implementation does not provide a configurable date style.
The null value is formatted as an empty string.
See FormatProvider for more information on inheritance of formatting configurations.
Field Detail
{string}
mask
The formatting mask.