Re: "11/31/99" to date
Re: "11/31/99" to date
- Subject: Re: "11/31/99" to date
- From: Jolly Roger <email@hidden>
- Date: Wed, 20 Dec 2000 14:04:32 -0600
- Replyto: email@hidden
on 12/20/2000 1:31 PM, Bourque, Jason wrote:
>
How would you set
>
>
"11/31/99" as date ? ? ?
Don't say "as date". instead do this:
date "11/31/99"
>
Currently I get an error.
>
>
Also you can't even say
>
>
set x to (current date) as string
>
>
set x to x as date
But you can do this:
set x to (current date) as string
set x to date x
HTH
JR