Date picker in pm_filter doesn't use start of week setting. Issue Tools
issueid=27516 Mon 30th Mar '09 11:28am
vBG.com Team
Date picker in pm_filter doesn't use start of week setting.

In the template pm_filter the date picker doesn't use the user setting regarding start of the week:

vBulletin.register_control("vB_DatePicker", "startdate_year", "startdate_", "1");
vBulletin.register_control("vB_DatePicker", "enddate_year", "enddate_", "1");

Is this behaviour wanted or could there be a problem with:

vBulletin.register_control("vB_DatePicker", "startdate_year", "startdate_", bbuserinfo[startofweek]);
vBulletin.register_control("vB_DatePicker", "enddate_year", "enddate_", bbuserinfo[startofweek]);
Issue Details
Project vBulletin
Category Unknown
Status Fixed (Closed)
Priority 8
Affected Version 3.8.2
Fixed Version 3.8.3
Users able to reproduce bug 3
Users unable to reproduce bug 0
Assigned Users Mike Sullivan
Tags (none)

Thu 2nd Apr '09 7:40am
Former vBulletin Developer
 
Fixed.
Reply
Reply