Template:ArcaneDateCalculator
Arcane Calendar Calculator
<label for="arcane-year">Year:</label> <input type="number" id="arcane-year" min="1" style="width:60px;">
<label for="arcane-month">Month:</label> <input type="number" id="arcane-month" min="1" max="12" style="width:50px;">
<label for="arcane-day">Day:</label> <input type="number" id="arcane-day" min="1" max="31" style="width:50px;">
<button onclick="convertArcaneDate()" style="margin-left:5px;">Convert</button>
<label>Year: <input type="number" id="arcane-year" style="width:60px;"></label> <label>Month: <input type="number" id="arcane-month" style="width:40px;"></label> <label>Day: <input type="number" id="arcane-day" style="width:40px;"></label>
<button onclick="calculateArcaneDate()">Convert</button>
Arcane Date: Enter a date
Arcane Calendar Calculator
<label for="arcane-year">Year:</label> <input type="number" id="arcane-year" min="1" style="width:60px;">
<label for="arcane-month">Month:</label> <input type="number" id="arcane-month" min="1" max="12" style="width:50px;">
<label for="arcane-day">Day:</label> <input type="number" id="arcane-day" min="1" max="31" style="width:50px;">
<button onclick="convertArcaneDate()" style="margin-left:5px;">Convert</button>
<label>Year: <input type="number" id="arcane-year" style="width:60px;"></label> <label>Month: <input type="number" id="arcane-month" style="width:40px;"></label> <label>Day: <input type="number" id="arcane-day" style="width:40px;"></label>
<button onclick="calculateArcaneDate()">Convert</button>
Arcane Date: Enter a date