miguelm
committed
on 13 Oct 05
adding format functionallity to showCalendar function that specifies the way the date is going to be returned. Use it like this showCalendar… Show more
adding format functionallity to showCalendar function that specifies the way the date is going to be returned. Use it like this showCalendar(id,dateformat) where date format can be any combination of letters y m d D M with a separator like a , or a - .If dateformat is not provided then set the default dateformat to d-m-y

Show less