It's there on your feature explorer.
Go here.
http://www.smartclient.com/docs/8.3/...ateRangeFilter
Open the date range filter dialog in Nationhood filter in MiniDateRangeItem filter and then type in 10/01/2012 and then click on the icon to open the calendar. Check out the header label. It will show Dec 2012 but in reality the month being shown is Oct. You can verify by clicking on next/prev month icon.
Some how the same problem does not exist if the filter is normal date (not a date range).
I have the same issue as I am using DateRangeFilters as well as my own custom date picker which I constructed to use with regular form fields.
Please see the attached file.
Announcement
Collapse
No announcement yet.
X
-
Please try putting together a minimal test case that you run outside of your app (so it is not affected by system-wide settings like date input format / display timezone). If that shows an issue, we can take a look.
You should also test with the latest 8.3p build, just in case.
Leave a comment:
-
I am sure this is a bug. I tried even on smartclient widget. Just edit the date in the form item manually and then click the icon to open the calendar. This shows everything as per the date in the form item except the Month and Year. It keeps showing the Month, Year as per user's last interaction with the calendar.
Please provide some fix on this. I am using this on many fields in my portal and everywhere it's the same issue.
I have SmartClient_v83p_2012-11-27Last edited by asingla; 12 Dec 2012, 10:34.
Leave a comment:
-
DateChooser in 8.3 does not show the right month,year
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.Tags: None
Leave a comment: