To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=91521 Issue #|91521 Summary|Handling of text date differs between linux & windows Component|Spreadsheet Version|OOo 2.4.1 Platform|PC URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|spreadsheet Reported by|berfel
------- Additional comments from [EMAIL PROTECTED] Wed Jul 9 15:42:16 +0000 2008 ------- Enter a date as a text into one cell (e.g. A1 with value 'Apr 1) On Linux, the value of MONTH(A1) of that cell will be 4. On Windows, all text months seem to produce a value of 12. A workaround appears to be to expliticly cast the text contents to text before extracting the month part. e.g. MONTH(T(A1)) Results should be consistent across platforms. --------------------------------------------------------------------- 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]
