To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89532


User fs changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|fs                        |er
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Sep 18 13:10:42 +0000 
2008 -------
fs->er:
We use the number formatter's "IsNumberFormat( String, FormatKey, double& )"
here. As format key, we pass the key of the YYYYMMDD format, as string, we pass
something like "20080918". Unfortunately, the number formatter is "intelligent"
enough to recognize the string as numeric value, so the returned value in fact
is 20080918 as *number*, which we then force back to be a date, which results in
nonsense.

What we would need is a mode (or extra method) at the number formatter which
tells it to *first* examine the given string with respect to the given format,
and *then* attempt to interpret it as something else. (Currently, obviously the
string is *first* examined for being a mere number, and *then* the format key is
used to interpret it).

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to