|
abhit_kumar
Posting Yak Master
144 Posts |
Posted - 09/12/2009 : 07:33:03
|
Hello All friends,
I have some problem in writing stored procedure for date related quereis.
There is two date field which is of mm/dd/yyyy format.
Suppose First date field = 02/21/2008 Second date field = 11/15/2009
Now i want to calculate number of days return based upon the condition as below:-
It will should retrun to split into the number of days in 2008 and the number of days in 2009.
And the number of days return for 2008 should be used for some other calc and number of days return for 2009 should be used for some different calc.
year 2008 period is = 01/01/2008 to 12/31/2008 year 2009 period is = 01/01/2009 to 12/31/2009
Please help me in respect of same.
Thanks, Abhi
|
|