Type your search query and hit enter:
Subscribe to news updates
Unsubscribe from news updates
Amavasya Calender
Amavasya Calendar 2026
🌑 Amavasya Calendar 2026
All 12 new moon dates with Tithi timings & significance
+ Add Entry
🔒
Admin mode:
Edit and Delete buttons are visible only to you. Visitors see the calendar without any buttons.
Edit Entry
×
Date
Hindu Month
Amavasya Name
Tithi Window
Special Badge
(leave blank if none)
Significance & Rituals
Cancel
Save Entry
'; return; } g.innerHTML = awRows.map(function(r, i) { var actionsHtml = admin ? '
' + '
✎ Edit
' + '
🗑
' + '
' : ''; return '
' + '
' + '
🌑
' + '
' + '
' + r.date + '
' + '
' + r.hindu + ' Month
' + '
' + '
' + '
' + (r.special ? '
★ ' + r.special + '
' : '') + '
' + r.name + '
' + '
Tithi Window
' + r.tithi + '
' + '
' + r.sig + '
' + '
' + actionsHtml + '
'; }).join(''); // Show Add button and admin notice only for admins if (admin) { document.querySelector('.aw-add-btn').style.display = 'inline-block'; document.getElementById('aw-admin-notice').style.display = 'block'; } } function awOpenModal(i) { awEditIdx = i; var r = i !== null ? awRows[i] : { date:'', name:'', hindu:'', tithi:'', special:'', sig:'' }; document.getElementById('aw-mtitle').childNodes[0].nodeValue = (i !== null ? 'Edit Entry ' : 'Add New Entry '); document.getElementById('aw-f-date').value = r.date; document.getElementById('aw-f-name').value = r.name; document.getElementById('aw-f-hindu').value = r.hindu; document.getElementById('aw-f-tithi').value = r.tithi; document.getElementById('aw-f-special').value = r.special; document.getElementById('aw-f-sig').value = r.sig; document.getElementById('aw-modal-bg').className = 'aw-modal-bg open'; document.getElementById('aw-modal-bg').scrollIntoView({ behavior:'smooth', block:'start' }); } function awCloseModal() { document.getElementById('aw-modal-bg').className = 'aw-modal-bg'; } function awSaveModal() { var e = { date: document.getElementById('aw-f-date').value, name: document.getElementById('aw-f-name').value, hindu: document.getElementById('aw-f-hindu').value, tithi: document.getElementById('aw-f-tithi').value, special: document.getElementById('aw-f-special').value, sig: document.getElementById('aw-f-sig').value }; if (awEditIdx !== null) awRows[awEditIdx] = e; else awRows.push(e); awCloseModal(); awRender(); } function awDel(i) { if (confirm('Delete this entry?')) { awRows.splice(i, 1); awRender(); } } awRender();
Subscribe to news updates
Unsubscribe from news updates