It seems format is strictly 'YYYY-MM-DD'
Can we add an option to change shown format?
E.g:
<dg-form-date-range
ng-model="dirtyData.requestDate"
ng-model-start="dirtyData.requestDateStart"
ng-model-end="dirtyData.requestDateEnd"
date-format='DD.MM.YYYY'
></dg-form-date-range>
It seems format is strictly 'YYYY-MM-DD'
Can we add an option to change shown format?
E.g: