gojohnnygogogogo
Programmer
hello,
I have a problem with Dates, I am passing UK date like 01/05/2002 to a crystal report and it keeps converting it to 05/01/2002.
has anybody seen this problem before ?
(ps, I am passing from asp and it says to use :
' Here is the list of parameter field types and their number,
' and the VBScript calls to convert the variable from a Variant
' to the right data type:
'
' Param Field Type VBScript Call Type Number
'
' NumberField CDbl 7
' CurrencyField CDbl 8
' Boolean CBool 9
' DateField CDate 10
' StringField CStr 12
I have a problem with Dates, I am passing UK date like 01/05/2002 to a crystal report and it keeps converting it to 05/01/2002.
has anybody seen this problem before ?
(ps, I am passing from asp and it says to use :
' Here is the list of parameter field types and their number,
' and the VBScript calls to convert the variable from a Variant
' to the right data type:
'
' Param Field Type VBScript Call Type Number
'
' NumberField CDbl 7
' CurrencyField CDbl 8
' Boolean CBool 9
' DateField CDate 10
' StringField CStr 12