@brightsoftware/date-np
Version:
Simple & minimal Nepali date picker that just works.
13 lines (12 loc) • 383 B
JavaScript
import { NepaliDate as t } from "./NepaliDate.js";
import { convertToTimeValue as m, format as a, formatISO as f, formatLong as i, formatMedium as n, formatShort as p, getCurrentTime as u } from "./format.js";
export {
t as NepaliDate,
m as convertToTimeValue,
a as format,
f as formatISO,
i as formatLong,
n as formatMedium,
p as formatShort,
u as getCurrentTime
};