Skip to content
ts
import { formatTime } from '@trail-run/core/time/helpers';

Function: formatTime()

ts
function formatTime(time24): string;

Defined in: src/time/helpers.ts:135

Format 24hr time to 12hr time

Parameters

time24

string

Returns

string

Released under the MIT License.