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