UNPKG

@allurereport/web-allure2

Version:

The static files for Allure Classic Report

12 lines (10 loc) 252 B
import i18next from "@/utils/translation.js"; export default function (date) { if (!date) { return "unknown"; } if (!(date instanceof Date)) { date = new Date(date); } return new Intl.DateTimeFormat(i18next.language).format(date); }