version-1.0.0 Google play store
한 달 당 일수(N)를 바꿀 수 있습니다. You can change the day per month.
28일 달력의 모습
This is 28 day calendar.
40일 달력의 모습
This is 40 day calendar.
메모를 추가, 편집, 삭제할 수 있습니다.
You can add and edit and delete the memo.
- N 변경 시 메모의 위치는 그레고리 달력을 기준으로 변경됩니다. When N changes, the position of the note changes based on the Gregorian Calendar.
- 마지막 달의 일수는 N보다 적거나 큽니다. 365(혹은 366)을 N으로 나눈 나머지가 N의 0.3 배 이상일 경우, 마지막 달의 일수는 나머지와 같으며, 0.3 배 이하일 경우, 마지막달은 나머지 + N입니다.
ex) N = 28일 때 , 365 % 28 = 1 <= 0.3 * 28 이므로 마지막 달은 28+1일입니다.
The days of the last month is less than N or greater than N. If the remainder that divide 365(or 366) into N is more than 0.3 times of N, the days of the last month is equal to the remainder , if it is less than 0.3 times, the days of the last month is equal to remainder + N.
ex) If N = 28, 365% 28 = 1 <= 0.3 * 28, so the last month is 28+1 days