% const timeIcon = ` ` %> <% const dateIcon = ` ` %> <% const homeIcon = ` ` %> <% const settingsIcon = ` ` %> <% const usFlag = ` ` %> <% const date = new Date() %> <%~ timeIcon %> <%= date.toLocaleString('sk-SK', { hour: 'numeric', minute: 'numeric', second: 'numeric' }) %> <%~ dateIcon %> <%= date.toLocaleDateString('sk-SK', { weekday: "long", year: "numeric", month: "long", day: "numeric" }) %> <%~ usFlag %> <%~ homeIcon %> <%~ settingsIcon %>
<%~ timeIcon %> <%= date.toLocaleString('sk-SK', { hour: 'numeric', minute: 'numeric', second: 'numeric' }) %>
<%~ dateIcon %> <%= date.toLocaleDateString('sk-SK', { weekday: "long", year: "numeric", month: "long", day: "numeric" }) %>