>yves COPPE of [EMAIL PROTECTED] wrote the following on 4/15/02 12:31 PM
>
>  > on mouseUp
>>  put "2002,04,15"  into tmp
>>  convert tmp to dateitems
>>  answer tmp # gives : "2002,04,15"
>>  convert tmp to seconds
>>  answer tmp # gives : "2002,04,15"
>>  end mouseUp
>
>Shao Sean pointed out the error in my dateItem construction
>  get theYear&","&theMOnth&","&theDay&",0,0,0,0"
>should work and if you substitute where needed
>  convert "4/15/2002" from short system date to dateItems
>in the orginal handler you want have to build the dateItems string.
>
>michael
>
>_______________________________________________


THE SOLUTION

ask "What date ?"
if it is empty then exit to top
convert it from short system date to dateItems


and it runs fine

Thanks to all the "helpers"

-- 
Greetings.

Yves COPPE

Email : [EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to