UNPKG

@rjsf/utils

Version:
7 lines (6 loc) 261 B
/** Converts a UTC date string into a local Date format * * @param jsonDate - A UTC date string * @returns - An empty string when `jsonDate` is falsey, otherwise a date string in local format */ export default function utcToLocal(jsonDate: string): string;