Hi to all,
i want to set the default date in calender as 10 jan,2000. for the i wrote following code
myDate=new Date(2000,1,10)
myCal.setSelectedItem(myDate);
myCal.setDisplayedMonth(myDate);
but my date component is showing current date… can anybody help me for the same???
thanks
Nehal