UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

10 lines (9 loc) 283 B
import { DTConfig } from "./dateWithTimeAndZone.js"; function dateTimeListener(id) { const el = document.getElementById(id); if (!(el instanceof HTMLTimeElement)) return; el.textContent = new Date(el.dateTime).toLocaleString(void 0, DTConfig); } export { dateTimeListener };