📆

Date Add & Subtract Calculator

Add or subtract days, weeks, months or years from any date

Instructions

날짜 계산기 사용 설명



기능 소개


임의의 날짜에서 "30일 후", "3개월 전", "1년 후" 같은 날짜를 계산합니다. 계약 만료일, 청구일, 휴가 일수, 프로젝트 마일스톤에 자주 사용됩니다.

사용 방법


  • 기준 날짜 선택 (기본값 오늘)

  • "이후" 또는 "이전"을 선택하고 수량을 입력한 뒤 단위(일 / 주 / 개월 / 년) 선택

  • 아래 빠른 버튼(+30일, +3개월 등)을 바로 눌러도 됩니다

  • 결과 영역에 결과 날짜, 요일, 두 날짜의 차이 일수가 표시됩니다


  • 주의 사항


  • 월 단위 계산 시 대상 월에 해당 일자가 없으면 자동으로 그 달의 마지막 날로 처리됩니다. 예: 1월 31일 + 1개월 = 2월 28일(윤년 29일), 결과 아래에 안내가 표시됩니다

  • 결과는 로컬 시간대 기준으로 계산되어 시간대 차이로 하루가 어긋나지 않습니다

  • 모든 계산은 브라우저에서 완료되며 데이터를 업로드하지 않습니다
  • ❓ FAQ

    Why is 31 January plus one month 28 February?

    Because February has no 31st. The tool clamps the day to the last day of the target month and clearly notes below the result that this adjustment was made.

    Does this count calendar days or working days?

    Calendar days, including weekends and holidays. If you only want working days, use the working day calculator.

    Do leap years or daylight saving time affect the result?

    Leap years are handled correctly according to the calendar. Results are based on date objects in your local time zone, so a daylight saving switch will not shift the result by a day.

    📝 Related Articles

    tool-tutorials

    How to Use a Cron Expression Generator: Complete Beginner Steps

    Use an online tool to select the five time fields, automatically generate a standard Cron expression with a human-readable time explanation, and learn to troubleshoot execution time deviations caused by time zones and field counts, so complex schedules no longer rely on guesswork.

    tool-tutorials

    How to Use an Online CSV to JSON Tool: Beginners Can Get Started in Three Steps

    Use a three-step process to complete an online CSV to JSON tool operation, covering option settings, result validation, error troubleshooting, large file handling, mobile operation, and API debugging scenarios. Beginners can follow along to get usable JSON data.

    tool-tutorials

    What Is HTML Formatting? A Beginner's Guide to the Key Points

    Use a browser-based HTML formatting tool that runs locally to restore compressed or messy HTML into an indented, readable structure. Also understand the difference between formatting and minification, the troubleshooting order for messed-up indentation, and how to handle large files getting stuck and mobile no-install solutions.

    tool-tutorials

    The Difference Between JS Formatting/Minification and Manual Code Cleanup: Which Is More Suitable

    The difference between JS formatting/compression and manual cleanup comes down to automation versus human judgment. Formatting and compression are handled in bulk by tools according to rules—fast and consistent; manual cleanup is more flexible, suited to scenarios with special naming conventions or complex logic. For everyday development and debugging, use tools first and save human effort for the parts that truly need judgment. Understanding what JS formatting and compression means helps you decide when to use it and when to stop.