Skip to content

Commit

Permalink
refactor : 학사 일정 출력 기간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwoo-jo committed Mar 13, 2024
1 parent 8c42885 commit 3c703b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ScheduleFragment : BaseFragment<FragmentScheduleBinding, ScheduleViewModel

// 최소 날짜, 최대 날짜 지정
binding.mvScheduleCalendar.apply {
this.state().edit().setMinimumDate(CalendarDay.from(2024, 1, 1))
this.state().edit().setMinimumDate(CalendarDay.from(2023, 1, 1))
.setMaximumDate(CalendarDay.from(2025, 2, 28))
.commit()
}
Expand Down

0 comments on commit 3c703b4

Please sign in to comment.