PDA

View Full Version : change the calender function ?????


twocool
04-16-2003, 03:16 AM
i want the calender to display dd/mm/yynot mm/dd/yy
wheni select the particular date..
i have the code for mm/dd/yy can help e how to change to dd/mm/yy

i have attached the file...

Weirdan
04-16-2003, 09:38 AM
Fourth parameter for calendar constructor is format. So, pass "DD/MM/YY" as format string.