Re: How To Compare Date with Just the Day of Month
- From: "Wally" <wallyraju@xxxxxxxxx>
- Date: 28 Jul 2005 06:37:46 -0700
sorry, my bad. ignore my previos post.
try
WHERE to_char(bcv_start,'MM-DD-YYYY') = $bcv_sdate[$j]
that way you compare only the date part of the bcv_start field. By make
sure that the value of the vairable = $bcv_sdate[$j] is in the same
format MM-DD-YYYY.
Wally
.
- References:
- How To Compare Date with Just the Day of Month
- From: Rhugga
- How To Compare Date with Just the Day of Month
- Prev by Date: Re: How To Compare Date with Just the Day of Month
- Next by Date: Re: How To Compare Date with Just the Day of Month
- Previous by thread: Re: How To Compare Date with Just the Day of Month
- Next by thread: Re: How To Compare Date with Just the Day of Month
- Index(es):
Relevant Pages
|