
| Key: |
CHRT-39
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Critical
|
| Assignee: |
Bob Swift
|
| Reporter: |
Bob Swift
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Reference
|
|
|
|
This issue is related to:
|
|
CHRT-40
Allow specific locale (language and country) to be specified for number and date parsing
|
|
|
|
|
|
|
|
For instance, decimal number using comma as decimal point are not converted properly.
Currently, all text excluding numbers, "." and "-" are just stripped and then the number is converted. This needs to convert all number types and respect locale.
|
|
Description
|
For instance, decimal number using comma as decimal point are not converted properly.
Currently, all text excluding numbers, "." and "-" are just stripped and then the number is converted. This needs to convert all number types and respect locale.
|
Show » |
|
2) Added numeric and date formats for each local
3) Date formats - include short, medium, and long formats for date and also short and long time formats
4) Numeric formats - include currency, percent formats
5) Priority of parsing is:
a) format indicated by dateFormat parameter if provided
b) formats defined by Confluence default locale
c) formats defined by other Confluence defined locales
Note that date formats are prioritized over time formats if timePeriod is a day or longer
6) Refactored data processing into a separate class.