Template:ArcaneDateCalculator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
</div> | </div> | ||
< | <div class="arcane-calendar-calculator" style="border:1px solid #aaa; background:#f9f9f9; padding:10px; width:300px; text-align:center;"> | ||
<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> | |||
<br><br> | |||
<button onclick="calculateArcaneDate()">Convert</button> | |||
<br><br> | |||
<strong>Arcane Date:</strong> <span id="arcane-date-output">Enter a date</span> | |||
</div> | |||
<noinclude> | |||
{{ArcaneDateCalculator}} | |||
} | |||
Latest revision as of 12:57, 9 February 2025
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