Calendar & Clock
Learning Objectives
- Understand the fundamental concepts of Calendar & Clock
- Apply key formulas and techniques to solve problems
- Practice with exam-level questions to build speed and accuracy
Key Concepts
Introduction to Calendar & Clock
Calendar and Clock problems test your ability to calculate dates, weekdays, angles, and time-related phenomena. SSC CGL typically asks 1-2 questions from each sub-topic in Tier 1, and 2-3 in Tier 2. These are FORMULA-BASED and 100% predictable — master the formulas and you'll never get one wrong.
Part 1: Calendar — All Concepts
The Odd Days Concept (Foundation)
An ordinary year has 365 days = 52 weeks + 1 odd day. A leap year has 366 days = 52 weeks + 2 odd days. The weekday advances by the number of odd days modulo 7.
Leap Year Identification (2-Second Rule)
- A year is a leap year if divisible by 4 (e.g., 2024, 2028).
- Exception: Century years (ending in 00) must be divisible by 400 to be leap years.
- 1900 → Not a leap year (divisible by 4 but not by 400).
- 2000 → Leap year (divisible by 400).
- 2100 → Not a leap year.
Month Code Method (Fastest Day Calculation)
Memorize month codes: JFM = 033, AMJ = 614, JAS = 624, OND = 035
- January = 0, February = 3, March = 3
- April = 6, May = 1, June = 4
- July = 6, August = 2, September = 4
- October = 0, November = 3, December = 5
For LEAP YEAR January: code = 0 (same). February: code = 6 (was 3, add 1 for leap year). Actually, only Jan and Feb change in leap year: Jan=0→0, Feb=3→6 (add 3+1=... wait, Feb has 29 days in leap year = 1 extra odd day. Feb code becomes Jan code + 31 mod 7 = 0+3=3? No, the month code for Feb in a normal year = 3. In leap year, the extra day shifts subsequent months: Jan=0 stays, Feb becomes 6 (since Jan has 31 days = 3 odd days, and Feb 29 = 1 odd day, so Feb starts 3+1=4 days after Jan start... this is getting complex. Just use the standard formula below.)
0=Sunday, 1=Monday, ..., 6=Saturday
Month Codes: Jan=0, Feb=3, Mar=3, Apr=6, May=1, Jun=4, Jul=6, Aug=2, Sep=5, Oct=0, Nov=3, Dec=5
Year Code for 2000-2099: (YY + floor(YY/4)) mod 7, where YY = last 2 digits of year.
Century Codes: 1900s=0, 2000s=6 (or -1 mod 7), 2100s=4, 2200s=2
Leap Year Adjustment: Subtract 1 if Jan/Feb of LEAP year.
Example: 15 Aug 1947. Date=15, Month Code Aug=2, Year=47→Code=(47+11)=58→58 mod 7=2, Century 1900=0. No LEAP adj (Aug). Total = 15+2+2+0 = 19 → 19 mod 7 = 5 = Friday ✓
Same Calendar Years
A calendar repeats when the total odd days between years is a multiple of 7.
- For a NORMAL year: add 6 years (or 11 years) to get same calendar.
- For a LEAP year: add 28 years to get same calendar.
- Examples: 2023 (normal) → 2023+6=2029 has same calendar. 2024 (leap) → 2024+28=2052 has same calendar.
SSC CGL Calendar Variants
Part 2: Clock — All Concepts
Essential Formulas (Memorize)
- Minute hand speed = 360°/60 min = 6° per minute
- Hour hand speed = 360°/12 hr = 30° per hour = 0.5° per minute
- Relative speed = 6° - 0.5° = 5.5° per minute
- Angle between hands at H hours and M minutes: |30H - 5.5M|° or use |30H - 11M/2|°
- Hands coincide when: M = 60H/11 (in minutes past H o'clock)
- Hands are opposite (180°) when: 30H - 5.5M = 180 or -180 → M = (30H ± 180)/5.5
- Mirror image time: Subtract from 11:60 (or 23:60 for 24-hr format)
SSC CGL Clock Variants
Common Mistakes (15 Mistakes)
- Mistake 1: Forgetting century year exception (1900 not leap, 2000 is).
- Mistake 2: Using wrong month code — memorize JFM=033, AMJ=614, JAS=624, OND=035.
- Mistake 3: Forgetting to subtract 1 for Jan/Feb of leap year.
- Mistake 4: Confusing AM/PM in clock problems.
- Mistake 5: Using 12-hour format for mirror images when should use 24-hour.
- Mistake 6: Not converting hours to minutes properly in angle formula.
- Mistake 7: Forgetting that the smaller angle is asked (if >180, subtract from 360).
- Mistake 8: Misidentifying leap year (2024 is, 2100 is not).
- Mistake 9: Counting odd days incorrectly (forgetting leap years in the range).
- Mistake 10: Not including the current year in odd day count.
- Mistake 11: Confusing '0 odd days = Sunday' with '0 odd days = Monday'.
- Mistake 12: Forgetting the clock gain/loss accumulates over days.
- Mistake 13: Using wrong formula for coinciding time (M=60H/11, not 12H/11).
- Mistake 14: Not handling the two possible right-angle positions (hands 90° ahead and 90° behind).
- Mistake 15: Spending >30 seconds on a calendar/clock question — the formulas give instant answers.
Pro Tips from Toppers
1. Month codes (JFM=033, AMJ=614, JAS=624, OND=035)
2. Angle formula (|30H-5.5M|)
3. Coinciding formula (M=60H/11)
4. Mirror formula (11:60 - actual)
You'll never get a question wrong from this topic. Practice each formula 5 times — total prep time: 30 minutes for lifetime mastery.