How To Compare Date with Just the Day of Month
- From: "Rhugga" <chuck.carson@xxxxxxxxx>
- Date: 28 Jul 2005 06:30:20 -0700
I have the following date inserted into a DATE field: 07-26-2005
21:00:00
I have some code where I want to see if this date is equal to
07-26-2005, regardless of the time of day.
This is not working form me:
WHERE bcv_start = to_date('$bcv_sdate[$j]', 'MM-DD-YYYY')
(The value of $bcv_date is correct, I have check that several times)
Thx,
CC
.
- Follow-Ups:
- Re: How To Compare Date with Just the Day of Month
- From: Jim Kennedy
- Re: How To Compare Date with Just the Day of Month
- From: Wally
- Re: How To Compare Date with Just the Day of Month
- From: IANAL_VISTA
- Re: How To Compare Date with Just the Day of Month
- From: Wally
- Re: How To Compare Date with Just the Day of Month
- Prev by Date: resize tablesepace temp
- Next by Date: Re: How To Compare Date with Just the Day of Month
- Previous by thread: resize tablesepace temp
- Next by thread: Re: How To Compare Date with Just the Day of Month
- Index(es):
Relevant Pages
|