Hi All,
I am facing this problem when I am overriding the refreshTicksHorizontal.
Suppose I have only one date say May 22.. If I do
getMinimumDate() I am getting the date as "Sat May21 23:59:59 IST 2007". and getMaximumDate() as "Sun May 22 00:00:00 IST 2007". But since I have a single date I want to display only that date. How can I get the exact date i.e.
If I give data for May 21 then min and max date are both May 21.
If I give data from May 21 to May 25 then the min date is May 21 and max date is May 25.
Regards,
Narayan