I am using Ubuntu 18.04.
| Tech | Version |
|---------------------|---------|
| material-ui-pickers | ^2.2.0 |
| material-ui | ^3.8.1 |
| React | 16.7.0 |
| Browser | Chrome |
| Peer library | [email protected] |
Datepicker for selecting date in dd/mm/yyyyformat attribute and use this.props.getFormatString function and pass js {moment: 'DD/MM/YYYY'}this.props.getFormatString is not a function
Should show the date in given format
this.props.getformatstting is used only on the docs to support different libs at once. You need to pass a string directly to the component.
@dmtrKovalenko atleast you should put a comment there.
Totally agree with @aditya81070 , it isn't clear that! i ran into the same problem
Most helpful comment
@dmtrKovalenko atleast you should put a comment there.