adopted-ember-addons / ember-validators

A collection of EmberJS validators
Other
24 stars 40 forks source link

Expose parseDate function in the date validator #42

Closed GreatWizard closed 7 years ago

GreatWizard commented 7 years ago

I would like to customize validators by adding a layer upon the date validator inside my project and I need to have access to parseDate function ot be able to parse date correctly and avoid code duplication.

offirgolan commented 7 years ago

👍