RE: Question about dates

2002-08-27 Thread Kipp, James
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:

RE: Question about dates

2002-08-26 Thread Soheil Shaghaghi
} 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

Re: Question about dates

2002-08-26 Thread Jim Lundeen
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

Re: Question about dates

2002-08-26 Thread Felix Geerinckx
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,

Question about dates

2002-08-26 Thread Soheil Shaghaghi
Hi everyone, I am trying to do some calculations based on the date the users have registered with the site. 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 use