Skip to main content
/*Load Current Time*/ $.ajax({ url: 'https://www.athabascau.ca/scripts/university-relations/mainsite/contact/current-time.php', type: 'POST', data: {}, success: function (response) { let currenttime = response; $("#athabasca-current-time").html(currenttime); }, error: function (e) { console.log(e); } });