We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3da94a commit 2e5fab6Copy full SHA for 2e5fab6
src/material/datepicker/datepicker.md
@@ -480,6 +480,9 @@ information about `MAT_DATE_FORMATS`.
480
export class MyApp {}
481
```
482
483
+If you need to work with native `Date` objects, but need custom behavior (for example custom date
484
+parsing), you can consider subclassing `NativeDateAdapter`.
485
+
486
#### Customizing the parse and display formats
487
488
The `MAT_DATE_FORMATS` object is a collection of formats that the datepicker uses when parsing
0 commit comments