Eclipse BIRT Report Object Model (ROM)
DateFormatValue Structure
| Display Name: | Date Format Value | 
| Since: | 2.2 | 
Provides a set of pre-defined date formatter, or user can define a customized formatter given a pattern.
Provides a list of pre-defined date formatter, Unformatted, General Date, Long Date, Medium Date,etc.
| Type: | choice (dateFormat) | 
| Since: | 2.2 | 
| Required: | No | 
| Display Name: | Category | 
| JavaScript Type: | |
| Default Value: | None | 
| Runtime Settable: | Yes | 
| Name | Display Name | Value | Description | 
| Unformatted | Unformatted | Unformatted | |
| General Date | General Date | General Date | |
| Long Date | Long Date | Long Date | |
| Medium Date | Medium Date | Medium Date | |
| Short Date | Short Date | Short Date | |
| Custom | Custom | Custom | 
Allow user to choose from a list of pre-defined date formatter. Use a certain formatter to convert a "date" typed value using the given formatter.
Locale of the formatter.
| Type: | locale | 
| Since: | 2.5 | 
| Required: | No | 
| Display Name: | Locale | 
| JavaScript Type: | |
| Default Value: | None | 
| Runtime Settable: | Yes | 
The locale of the date formatter.
Pattern of the formatter.
| Type: | string | 
| Since: | 2.2 | 
| Required: | No | 
| Display Name: | Pattern | 
| JavaScript Type: | |
| Default Value: | None | 
| Runtime Settable: | Yes | 
Pattern of the date formatter.