Hi,

it appears that this function is broken.

When on OSX 10.4.8 with the date set to dd/mm/yyyy in the international prefpane I do (following the LR)

  Dim theDate as New Date
  Dim theTrueBool as Boolean
  thetruebool=ParseDate("31/12/2007",theDate)
  If theTrueBool then
    MsgBox thedate.AbbreviatedDate
  else
    MsgBox "Invalid Date format!"
  end if

The output is Invalid date format

when I change the datestring to US format all work as expected

  Dim theDate as New Date
  Dim theTrueBool as Boolean
  thetruebool=ParseDate("12/31/2007",theDate)
  If theTrueBool then
    MsgBox thedate.AbbreviatedDate
  else
    MsgBox "Invalid Date format!"
  end if


I get the date. Maybe of influence that the primary language of my OSX is set to English, second to Nederlands (Dutch) ?

Please confirm (this thing is breaking my activation and upgrading procedures)

TIA

Bart Pietercil
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to