hi
i want customer choose departure date from calendar the it displayed in textfeild .
i do this
pls inform meQuote:
//use getInstance() method to get object of java Calendar class
Calendar cal = Calendar.getInstance();
//use getTime() method of Calendar class to get date and time
text1.getvalue=cal.get(Calendar.DATE);
thanks
