Page 1 of 1

Inline Date JQDatePickerOptions.OnSelect

PostPosted: 30 Jun 2016 08:06
by zsleo
when I click in the areas in red (i.e. not on a calendar date) the JQDatePickerOptions.OnSelect returns the the date "30-12-1899".

I think the JQDatePickerOptions.OnSelect event should not be triggered...

2016-06-30 16_56_54-127.0.0.1_4081_$_.png


Your thoughts...

Re: Inline Date JQDatePickerOptions.OnSelect

PostPosted: 30 Jun 2016 09:30
by Alexander Bulei
Hi zsleo,

I think the JQDatePickerOptions.OnSelect event should not be triggered...


We can't prevent this behavior, it's a jquery UI component.
Probably, the component send null date in this case....anyway, you can put the validation in your side ;)

Best Regards.

Re: Inline Date JQDatePickerOptions.OnSelect

PostPosted: 30 Jun 2016 09:57
by zsleo
Thanks, I will.

Also, when I click the Today button it does not trigger the JQDatePickerOptions.OnSelect event.

Is there another something I am not setting event or something I missedthat I have missed?

TIA