You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CADatePickerView.cpp 将406行代码移到398行后面。
398: int tem_day = CACalendar::create()->_dayCountOfMonth(m_tTM.tm_year+1900,m_tTM.tm_mon);
399:m_tTM.tm_mon--;//这句话要放在此处。不然会引起后面月数变成13,导致越界
if (m_tTM.tm_mday>tem_day)....
The text was updated successfully, but these errors were encountered:
CADatePickerView.cpp 将406行代码移到398行后面。
398: int tem_day = CACalendar::create()->_dayCountOfMonth(m_tTM.tm_year+1900,m_tTM.tm_mon);
399:m_tTM.tm_mon--;//这句话要放在此处。不然会引起后面月数变成13,导致越界
if (m_tTM.tm_mday>tem_day)....
The text was updated successfully, but these errors were encountered: