Sundays of Pleroma
From Cor ad Cor
Revision as of 23:50, 9 November 2024 by Mxmsj (talk | contribs) (Created page with "<html> <!-- coded this on 2024-11-09 --> <div id="SundaysTable"></div> <script type="text/javascript"> function getNumberOfDays() { const date1 = new Date("4/24/1981"); const date2 = new Date(); // One day in milliseconds const oneDay = 1000 * 60 * 60 * 24; // Calculating the time difference between two dates const diffInTime = date2.getTime() - date1.getTime(); // Calculating the no. of days between two dates const diffInDays = Math....")