UNPKG

@cpany/app

Version:
4 lines (3 loc) 124 B
export function parseHeatMapDate(date: Date) { return `${date.getFullYear()}-${date.getMonth() + 1}-${date.getDate()}`; }