작업 조건 분석 검색 기능 개발
This commit is contained in:
@@ -106,10 +106,10 @@ public class UI_Calendar : UIBase
|
||||
}
|
||||
else // ÀÌÀü ´Þ
|
||||
{
|
||||
DateTime dayInLastMonth = new DateTime(lastMonth.Year, lastMonth.Month, lastMonthDaysCount - (weekIndex - i - 1));
|
||||
calendarItemList[i].SetDate(dayInLastMonth, Color.gray);
|
||||
DateTime LastMonthDate = new DateTime(lastMonth.Year, lastMonth.Month, lastMonthDaysCount - (weekIndex - i - 1));
|
||||
calendarItemList[i].SetDate(LastMonthDate, Color.gray);
|
||||
|
||||
if (today == dayInLastMonth)
|
||||
if (today == LastMonthDate)
|
||||
{
|
||||
calendarItemList[i].ShowTodayUI();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user