Date/time adapter based on Day.js for Fundamental NGX date and time components (Date Picker, Time Picker, DateTime Picker, etc.).
These components rely on the DatetimeAdapter abstraction. This package provides DayjsDatetimeAdapter as an alternative to the built-in FdDatetimeAdapter (based on native Date), adding reliable parse format support.
npm install @fundamental-ngx/datetime-adapter dayjsimport { provideDatetimeAdapter } from '@fundamental-ngx/datetime-adapter';
// In your application config or module providers:
provideDatetimeAdapter();See the documentation for full configuration and format customization options.