createDateFactory(customDayjs?: Dayjs): CreateDateFactoryReturn
Creates a date factory bound to a specific Dayjs instance.
This factory wraps a configured Dayjs instance and provides a unified
createDate function that supports:
- UTC parsing (highest priority)
- Timezone-aware parsing
- Local parsing
- Optional strict parsing
- Optional invalid-date throwing
A factory object containing:
createDate: Unified date creation functiondayjs: The underlying Dayjs instance used by the factory