Unified date creation function.
Overloads:
createDate()→ current date/timecreateDate(input, format?, options?)→ parsed date
(): ReturnType<DateFactoryDayjs>
(): ReturnType<DateFactoryDayjs>
Unified date creation function.
Overloads:
createDate() → current date/timecreateDate(input, format?, options?) → parsed date(): ReturnType<DateFactoryDayjs>
(): ReturnType<DateFactoryDayjs>
import { type CreateDateFactoryReturn } from ".";