2008 Apr 07 12:08 PM
how to find that my date range not falls in between the specified date ranges, is there any function module for that..
A B C
<---- > | <---- > | <---- > |
Myrange |<------>|
Since it falls in c, it should show that...
thanx
how to find that my date range not falls in between the specified date ranges, is there any function module for that..
A B C
<---- > | <---- > | <---- > |
Myrange |<------>|
Since it falls in c, it should show that...
thanx
2008 Apr 07 12:13 PM
Build a range table for dates R_DATE (if it is not specified as a select-option).
Use uthe following code.
if date not in R_DATE
endif.
2008 Jul 04 8:17 AM
well, the date ranges r not fixed in range as well in numbers, so i cant create a date range.
the solution to wht i implemented is that i have to loop throgh each date range to check if that required date range falls in any of that ranges.
Thanx for replay anyways...
Naveen Vishal
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |