19
Views
3
Comments
Solved
Calender is not getting displayed
Question

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. 


2024-12-04 07-24-25
Amol
Solution

Try to change your date format:

DateFormat: "%d/%m/%Y"

If not, then also try, 

InitialDate: CurrDate()


UserImage.jpg
Davide Résio

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

2019-12-07 10-53-52
Ajithkumar Radhakrishnan

Davide Résio wrote:

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


Ya. Sorry I was just giving the format which I was using in Java. Anyways thank you

2024-12-04 07-24-25
Amol
Solution

Try to change your date format:

DateFormat: "%d/%m/%Y"

If not, then also try, 

InitialDate: CurrDate()


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.