I am using smartclient DateChooser for calendar on my form items (not a smartclient form item). When user clicks on the calendar icon, I set the date using setData method to show the date as per the value of the form item (editable directly by user).
dateChooser.setData(date);
This pops up the right calendar for the month and selects the right date but does not show the right year/month in the calendar header. Always shows the current month, year. If you click on the next/previous month icons, then it shows the right month.
This was working with 8.2v.
Looks bug to me. Please let me know the workaround for this.
dateChooser.setData(date);
This pops up the right calendar for the month and selects the right date but does not show the right year/month in the calendar header. Always shows the current month, year. If you click on the next/previous month icons, then it shows the right month.
This was working with 8.2v.
Looks bug to me. Please let me know the workaround for this.
Comment