Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Stoach #1
Re: Date issue
Any resolution dealing with a simple Access database connection? I'm trying to output users whose birthday is within 5 days plus or minus.
Stoach Guest
-
Date/Time Issue
The code looks okay. Are "EventTime" and "EventTimeTo" date/time columns in your table? If you output the query values without the LSTimeFormat()... -
MySQL Date issue
Anyone else have this issue? I've got a query that pulls dates out of a MySQL db, and often times the date fields have "0000-00-00" in the date... -
is this a date issue??
hi all, I have posted this to inetserver.asp.general too..I thought I had crossposted but somehow I didn't, so please accept my apologies if the... -
Date issue in php and mysql
On Mon, 25 Aug 2003 12:59:19 +0200 "Ricki Susic" <rickFJERNDETTEi@webfabrikken.net> wrote: You will have to be a little more specific about... -
*very* strange date issue
hi, i am having big issues in deploying my asp.net web application to our web server. dates do not behave the same as on my development... -
Webtress #2
Re: Date issue
Yes, in a way....I had to have it done for a deadline and was having so many
issues so what I ended up doing was placing the year in a seperate field. This
is not ideal by any means, but it works for my purpose until I have the time to
spend on it. This is the code I am using:
Select name, phone, emp_bd
FROM phone_list
WHERE
emp_bd BETWEEN (Now()-1) AND (Now()+7)
ORDER BY emp_bd
That's it! All you have to do is place the year in a seperate field and adjust
the -+ to your amts.
Hope that helps!
Webtress Guest



Reply With Quote

