To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87194
                 Issue #|87194
                 Summary|DateSerial doesn't work as expected in vba mode
               Component|scripting
                 Version|OOo 2.4.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|pflin





------- Additional comments from [EMAIL PROTECTED] Tue Mar 18 13:57:50 +0000 
2008 -------
DateSerial doesn't handle num days > num days in given month, not handle the
given month outside range 1~12 too. 
e.g.

Sub Main()
Dim dt As Date
dt = DateSerial(1999,1,166) '6/15/1999
dt = DateSerial(2000, 1-7, 15) '6/15/1999
End Sub

OOo fails to run the aboved macro.

---------------------------------------------------------------------
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