format()
import { getCustomDTFormatter } from "@hirishu10/simple-date-time";
const customTimeStamp = getCustomDTFormatter().format("dt mt yyyy", { dt: "⟆",mt:"⟆" });
Output: 10⟆7⟆2023 ; //
import { getCustomDTFormatter } from "@hirishu10/simple-date-time";
const customTimeStamp = getCustomDTFormatter().format("dt mt yyyy", { dt: "⟆",mt:"⟆" });
Output: 10⟆7⟆2023 ; //