ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

date parser and formatter override doc fix #36

Closed gnovotny closed 8 years ago

gnovotny commented 8 years ago

The examples were missing return statements so I changed them to the new ES6 arrow function syntax (implicit returns).

Also changed the argument type in the parse function from "string" to "any" as it was causing a red squiggly line in PhpStorm (Argument type string is not assignable to parameter type Date)