UOJ: Iconv Date Picker Issue

2004-04-19 Thread Morawa, Hans
I'm having a problem input converting a date derived from using the data picker (DTPicker) component, the following code, tmpRecordArray.Value(1, 1) = session.Iconv(DTPicker1.Value, D4/) returns a status of 1 (the string supplied is invalid). When I display it using the message box (Msgbox

Re: Iconv Date Picker Issue

2004-04-19 Thread Thomas Sprenger
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 19, 2004 10:47 AM Subject: UOJ: Iconv Date Picker Issue tmpRecordArray.Value(1, 1) = session.Iconv(DTPicker1.Value, D4/) returns a status of 1 (the string supplied is invalid). When I display it using the message box (Msgbox DTPicher1.Valus) all

RE: Iconv Date Picker Issue (Resolved)

2004-04-19 Thread Morawa, Hans
Thomas, That did the trick. Thanks, Hans -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Sprenger Sent: Monday, 19 April 2004 5:41 PM To: U2 Users Discussion List Subject: Re: Iconv Date Picker Issue Hans, I dont know anything about DTPicker