I am trying to use a Input calender Rich widget. But after publishing and running the application calender is not getting displayed.
On click of text box no calender is displayed.
Try to change your date format:
DateFormat: "%d/%m/%Y"
If not, then also try,
InitialDate: CurrDate()
Hi Ajithkumar,
The problem seems to be the way that you set the DateFormat parameter. Try using "%d-%m-%Y" instead.
Best regards,
Davide Résio
Davide Résio wrote:
Ya. Sorry I was just giving the format which I was using in Java. Anyways thank you