UNPKG

@hisptz/react-ui

Version:

A collection of reusable complex DHIS2 react ui components.

3 lines 88 B
export function dateTimeDisplay(str) { return new Date(str).toLocaleString("en-GB"); }