[Bug 52686] New: DateAdd not implemented

WineHQ Bugzilla wine-bugs at winehq.org
Thu Mar 17 10:08:16 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52686

            Bug ID: 52686
           Summary: DateAdd not implemented
           Product: Wine
           Version: 5.0
          Hardware: x86-64
                OS: Mac OS X
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: vbscript
          Assignee: wine-bugs at winehq.org
          Reporter: sergey.bychkow at gmail.com

Created attachment 72024
  --> https://bugs.winehq.org/attachment.cgi?id=72024
Sample script

A call to DateAdd function breaks VBScript.

Sample (testdateadd.vbs):

1> aDateFrom = Now
2> MsgBox "Now: " & aDateFrom
3> aDateFrom = DateAdd("h", 1, aDateFrom)
4> MsgBox "+1h: " & aDateFrom

$ wine wscript testdateadd.vbs

Line 2 shows MsgBox, but line 4 does not execute.

Errors (error.log):

0009:fixme:variant:get_date_format ignoring flags 10
0009:fixme:vbscript:Global_DateAdd 
0009:fixme:wscript:ActiveScriptSite_OnScriptError ()

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list