here's a good link that i used to format Dates:
http://www-db.stanford.edu/~ullman/fcdb/oracle/or-time.html
> -Original Message-
> From: Soheil Shaghaghi [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 26, 2002 7:20 PM
> To: [EMAIL PROTECTED]
> Subject: RE:
}
return '0';
}
Any help would be appreciated.
Soheil
-Original Message-
From: Felix Geerinckx [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 26, 2002 1:40 PM
To: [EMAIL PROTECTED]
Subject: Re: Question about dates
on Mon, 26 Aug 2002 20:37:2
Here's a piece of code from a script I wrote for our jewelry store that looks to
see if the promotional discount code is still valid... I don't see any reason
why Felix's method wouldn't work either; it's doing pretty much the same thing
as mine...
$mysql_query=qq{SELECT CURRENT_DATE-DATE_FOR
on Mon, 26 Aug 2002 20:37:22 GMT, Soheil Shaghaghi wrote:
> I want to sell a service.
> I have a form where the user comes to purchase the service.
> I can get the date from SQL database in any format and display it in
> form.
>
> At this point, when the user fills out the form and submits it,