UNPKG

@rnwonder/solid-date-picker

Version:

A responsive, highly-customizable datepicker component for SolidJS.

6 lines (5 loc) 803 B
import { clickOutside as e, getMonthName as t, getToday as o, isBeforeDate as a, formatDate as r, labelFormat as s, convertDateObjectToDate as c, convertDateToDateObject as n, checkIfItsTodayDate as D, convert12HourTo24Hour as i, convert24HourTo12Hour as m, leadingZeros as T, getAmPm as u, getCurrentTime as g, smartDropDownPosition as l } from "../../node_modules/.pnpm/@rnwonder_simple-datejs@1.1.1/node_modules/@rnwonder/simple-datejs/dist/utils.js"; const v = () => ({ clickOutside: e, getMonthName: t, getToday: o, isBeforeDate: a, formatDate: r, labelFormat: s, convertDateObjectToDate: c, convertDateToDateObject: n, checkIfItsTodayDate: D, convert12HourTo24Hour: i, convert24HourTo12Hour: m, leadingZeros: T, getAmPm: u, getCurrentTime: g, smartDropDownPosition: l }); export { v as utils };