function formatDatetimeLabel
formatDatetimeLabel(iso: string): string

Format an ISO datetime string for display in the given timezone. Returns e.g. "Monday 15 June 2026 at 14:00 BST"

Parameters

iso: string

Return Type

string

Usage

import { formatDatetimeLabel } from "docs/events.ts";