const today = new Date(); const options = { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' }; const formattedDate = today.toLocaleDateString('en-US', options); document.getElementById('fullDateDisplay').textContent = formattedDate;
function updateClock() { const clock = document.getElementById('clock'); const now = new Date(); const options = { timeZone: 'America/New_York', hour: '2-digit', minute: '2-digit'}; clock.textContent = new Intl.DateTimeFormat('en-US', options).format(now); } setInterval(updateClock, 1000); updateClock(); // Initialize immediately
tap to unlock
Bluesky
Bluesky
Instagram
Instagram
Cara
Cara
Game Jolt
Game Jolt
👤
mimir
🫧 pixel artist
🪽 pixquare + aseprite
🌐 current status: 😷💉
VGen
VGen
Ko-fi
Ko-fi
Etsy
Etsy
Game Jolt
Game Jolt
Lock
Lock