Hi All,
My application requires lot of Date formatting calculations.
Here is mynew issue, which i am trying for last two days.
Hope someone can help me in this
I have startDate as First date of current month
endDate as todays date.
eg: 2/1/2007 ---- 2/19/2007
Now what I want to calculate 3/10/2007 and 1/12/2007 from this data.
That is I want to calculate 2/19/2007 + (difference of 2/19/2007 and 2/1/2007)
2/1/2007 - (difference of 2/19/2007 and 2/1/2007)
Hope I am not confusing you.
Thanks