Hindu Lunar Calendar & Tithi Converter

What this converter does

This page helps you translate an ordinary Gregorian calendar date into a rough Hindu lunar calendar reading. The result includes an approximate Hindu lunar month, the tithi number, the paksha or fortnight, and the Vikram year. That makes the tool useful for quick orientation when you want to understand where a civil date might fall in lunar-calendar language, whether you are reading a family note, studying festival timing, comparing sources, or simply learning how terms such as tithi, paksha, and Vikram Samvat fit together.

Just as importantly, this converter is honest about what it is not. Precise Hindu calendar conversion is an astronomical problem, not a simple month-name substitution. A traditional Panchang or calendar app may look at the exact longitudes of the Sun and Moon, local sunrise, regional tradition, and special cases such as adhik or kshaya tithis. This page instead gives a lightweight educational approximation. In practice, that means it is best for learning, estimating, and sanity-checking, while an authoritative Panchang remains the right source for ritual observance, festival timing, and location-sensitive decisions.

Understanding tithi in plain language

A tithi is often translated as a lunar day, but that phrase can be misleading if you picture a fixed midnight-to-midnight block. In the Hindu calendrical system, a tithi measures the angular distance between the Moon and the Sun. Each tithi covers a 12 degree step of separation, and there are 30 tithis in a full synodic lunar cycle. Because the Moon does not move at a perfectly uniform speed relative to the Sun, one tithi can be shorter or longer than a civil day. It can begin in the middle of the afternoon, end before dawn, or bridge two civil dates depending on where you are.

The 30 tithis are divided into two pakshas. The waxing half of the lunar month is called Shukla Paksha, and the waning half is called Krishna Paksha. If you have heard names like Ekadashi, Purnima, or Amavasya, those are specific tithis or tithi-based observances. The reason people care about them is not just cultural familiarity; many fasts, rituals, and festivals are scheduled according to these lunar markers rather than by fixed Gregorian dates. That is why a tithi converter is a practical learning tool even when you still plan to verify the final answer with a full Panchang.

What each input means

The form keeps the input side intentionally small. The first field is the Gregorian date, which is the civil date you already know from everyday life. The second field is timezone context. Timezone matters because exact tithi boundaries depend on time and place. If a tithi changes at 11:30 p.m. in one region, it may already be the next civil day somewhere else. This lightweight converter does not run full astronomical sunrise corrections, but keeping the timezone field visible reminds you that lunar dates are not purely abstract labels detached from location.

When you use the form, think of the date field as the main driver and the timezone field as a context cue. If your goal is education or a first-pass estimate, that is enough. If your goal is an exact observance date for a fast, wedding muhurta, temple event, or festival, the timezone cue should signal caution: the answer you get here is a rough orientation, not a final authority. In other words, the form is intentionally simple, but the page tells you where simplicity ends.

  • Gregorian Date: the civil date you want to translate.
  • Timezone: the local clock context you have in mind for moon-based interpretation.
  • Result note: a reminder that the output is approximate and should be checked against a Panchang for exact use.

How this page approximates the answer

The script on this page uses a teaching model rather than a full astronomical engine. First, it reads the Gregorian month and maps it to a likely Hindu month name. That mapping is only approximate because real lunar months begin and end according to lunar phases, not at the start of Gregorian months. Different traditions can also label months differently, especially when comparing amanta and purnimanta systems. Even so, the month mapping is helpful when you want a fast rough answer such as whether a date is likely to fall around Chaitra, Shravan, Kartik, or another familiar month.

Next, the script estimates tithi from the day of the month. Days 1 through 15 are treated as Shukla Paksha, and later days are treated as Krishna Paksha. The tithi number itself repeats from 1 to 15, which mirrors the way the waxing and waning fortnights each contain 15 tithis. This is not how an astronomical Panchang computes tithi, but it does preserve the structure of the calendar: a month is imagined as two lunar halves, and each half contains a run of numbered tithis.

The Vikram year is then estimated by adding about 57 years to the Gregorian year, with a small seasonal adjustment before March. That follows the broad fact that Vikram Samvat usually runs roughly 56 to 57 years ahead of the Gregorian year depending on the date. Again, the goal is orientation. If you need the exact year boundary in a specific regional calendar, use a specialist source. For many readers, however, this approximation is enough to connect the familiar Western date with the traditional year count and to understand the language used in family calendars, festival notices, and historical references.

Formula notes and the meaning of the math

The precise astronomical idea behind a tithi can be written in terms of the Moon's longitude and the Sun's longitude. A new tithi starts each time their angular separation crosses another 12 degree step. In a full implementation, the core rule looks like this:

tithi = mod ( λMoon - λSun , 360 ) 12 + 1

That formula explains why tithi is fundamentally about angular geometry rather than about the date number printed on a wall calendar. On this page, the live converter does not calculate those longitudes. Instead, it uses a simpler rule set that imitates the shape of the calendar for learning purposes. Even so, it is helpful to see the real concept, because it clarifies why exact results vary by location and by time of day.

At a high level, every conversion tool still behaves like a function that turns a set of inputs into a result. The generic mathematical idea already built into this page is preserved below:

R = f ( x1 , x2 , , xn )

That abstract form is useful because it reminds you that date conversion depends on several inputs and conventions, not just one field. If a richer version of the calculator added geolocation, sunrise rules, or regional calendar style, those would simply become additional inputs to the same general function.

T = i=1 n wi · xi

The weighted-sum expression above is not the exact tithi equation, but it is still a helpful modeling idea. In calendar work, different factors can matter with different strength: local sunrise can matter for observance, astronomical longitude matters for the tithi itself, and tradition matters for how the month is labeled. A simple calculator compresses those layers. The best way to use it is to understand both what it says and what it leaves out.

Worked example

Suppose you enter a Gregorian date of 2026-01-14 and leave the timezone on IST. The script reads January as month 1, applies the built-in approximate month mapping, and produces a likely Hindu month label from that lookup. It then reads the day value 14, places it in the first half of the month, and labels it as Shukla Paksha. Because 14 modulo 15 remains 14, the estimated tithi becomes Shukla 14. The Vikram year is estimated from the Gregorian year with the page's seasonal adjustment, so January 2026 maps to Vikram 2082 in this simplified model.

The point of the example is not that every Panchang will show exactly the same answer. Some will not, because exact tithi and month boundaries can shift around sunrise and regional convention. The point is that you can see how the calculator thinks. Once you understand that logic, the result becomes easier to interpret. A mismatch with an authoritative almanac is then no longer confusing; you can immediately recognize that the difference comes from the page's teaching approximation rather than from a broken form field.

How to interpret the result

When the result box updates, read it as four short pieces of information. The Hindu month is the approximate lunar month name. The tithi tells you the lunar day number inside the current fortnight. The paksha tells you whether the Moon is in its waxing or waning half. The Vikram year gives the traditional year count in an approximate form. If you only need a rough bridge between Gregorian language and Hindu calendar vocabulary, that result is often enough.

If, however, you are making a practical decision that depends on an exact observance date, treat the result as a starting point. Ask whether the exact tithi might change during the local civil day. Ask whether your family or region follows a particular month-counting convention. And ask whether the event depends on sunrise, moonrise, or another rule of observance. Those questions are where the quick converter hands the problem over to a full Panchang.

Assumptions, limitations, and when to verify elsewhere

No lightweight web calculator can compress the entire Hindu calendrical tradition into two input fields without losing detail. This page intentionally chooses clarity over exhaustive precision. It does not calculate real ephemerides for the Sun and Moon. It does not determine local sunrise from latitude and longitude. It does not account for amanta versus purnimanta month naming. It does not handle adhik maas or kshaya tithi edge cases. And it does not decide festival observance rules that may depend on which tithi prevails at sunrise or on a separate ritual convention.

Those limits do not make the calculator useless; they define its proper job. It is a quick explanatory bridge. It can help a student understand why a tithi number repeats across waxing and waning halves. It can help a writer add approximate Hindu calendar context to a date in an article draft. It can help a family member remember whether a note about Kartik, Shravan, or Chaitra roughly lines up with a particular season. In those situations, a fast approximate answer is valuable because it reduces confusion without pretending to replace a formal almanac.

Use extra caution when the date is close to a festival, a new moon, a full moon, or a month boundary. Those are exactly the moments when precise astronomical timing matters most. If the output will influence a puja schedule, temple announcement, fasting day, or historical citation that must be exact, confirm the result with a trusted Panchang for the correct place and tradition.

  • Approximate month mapping: Gregorian months do not line up neatly with lunar months.
  • Approximate tithi mapping: real tithis depend on Moon-Sun angular separation, not on the civil day number.
  • Timezone as context only: shown to remind you that exact lunar timing is local.
  • Regional practice varies: month naming and observance rules can differ.
  • Best use case: learning, orientation, and fast preliminary checks.
Conversion inputs

Choose a civil date and timezone context, then convert it into an approximate Hindu lunar month, tithi, paksha, and Vikram year. The result is educational and convenient, but not a substitute for a detailed Panchang.

Use the date as you would write it on an ordinary modern calendar.

This field provides local time context. The present calculator keeps the approximation simple and does not perform full location-based astronomical correction.

Enter a Gregorian date to convert to Hindu lunar calendar.

Mini-game: Tithi Alignment

This optional arcade challenge turns the calendar idea into a fast timing game. A tithi is one 12 degree slice of the Moon's changing lead over the Sun, so the goal is to stop the sweep hand right inside the glowing target sector. The calculator result above stays completely separate; the game is just a fun way to feel how the 30-part lunar cycle is structured.

Score0
Time75s
Streak0
Phase1
Targets0

Tithi Alignment

A glowing sector marks the target tithi. Click, tap, or press Space when the orbit hand crosses that sector. Perfect center hits build streaks, phase changes increase speed, reversals begin in phase 3, and tiny festival bonus windows appear near the end.

  • Objective: align the sweep hand with the highlighted tithi.
  • Controls: tap, click, Space, or Enter to lock in a guess.
  • Scoring: center hits, streaks, and bonus windows earn the most points.

Quick lesson: 30 tithis divide the lunar cycle into 30 angular steps, so each sector represents 12 degrees.

Best score: 0

Optional challenge: the game does not change your calculator result.

Frequently asked questions

Why can a Panchang disagree with this page?

A Panchang can disagree because it is solving a more exact problem. It may calculate the true longitudes of the Sun and Moon, determine the local sunrise, and apply observance rules that differ by tradition. This page does not attempt that full chain. It compresses the idea into a light approximation so that a learner can move from a Gregorian date to a plausible month and tithi label quickly. When the two disagree, the Panchang should win for exact use.

Why keep the timezone field if the calculator is simplified?

The field is there because timezone is conceptually important even when the model is simple. One of the biggest misunderstandings about lunar calendars is assuming that a date label must be globally identical at all times. In reality, a tithi can change at a specific local clock time, and local sunrise matters in many observance rules. Keeping the timezone field visible teaches the right habit: lunar calendar questions are time-and-place questions, not just date questions.

What does the Vikram year mean here?

The Vikram year in the result is an approximate Vikram Samvat year count, estimated from the Gregorian year with the common rough offset of about 56 to 57 years. This is helpful when you want to recognize whether a historical or religious reference is speaking in Vikram Samvat rather than in Gregorian numbering. Exact regional year starts can vary, so if the year boundary matters for your source, verify with a calendar that follows the same regional convention as the text you are reading.

Embed this calculator

Copy and paste the HTML below to add the Hindu Lunar Calendar & Tithi Converter | Approximate Gregorian to Hindu Date to your website.