Return type of createDateFactory.
Contains the unified date creation function and the underlying Dayjs instance.
createDate: { (): ReturnType<DateFactoryDayjs>; (): ReturnType<DateFactoryDayjs>; }
Unified date creation function.
Overloads:
createDate()→ current date/timecreateDate(input, format?, options?)→ parsed date
Underlying Dayjs instance used by this factory.