<% const timeIcon = ` ` %> <% const dateIcon = ` ` %> <% const ipIcon = ` ` %> <% const homeIcon = ` ` %> <% const historyIcon = ` ` %> <% const settingsIcon = ` ` %> <% const skFlag = ` ` %> <% const date = new Date() %>

<%~ timeIcon %> <%= date.toLocaleString('en-US', { hour: 'numeric', minute: 'numeric', second: 'numeric', hour12: true }) %>

<%~ dateIcon %> <%= date.toLocaleDateString('en-US', { weekday: "long", year: "numeric", month: "long", day: "numeric" }) %>