UNPKG

logitar-js

Version:

Helper functions distributed by Logitar.

7 lines (6 loc) 227 B
/** * Converts the specified date to a `datetime-local` string. * @param date The date to convert. * @returns The date converted as a `datetime-local` string. */ export declare function toDateTimeLocal(date: Date): string;