Good people, I have a list of campaigns that have: start date and end date. When I enter the campaign edit form. I can pass the exact date of the campaign, however when I put it in a date-picker:
<date-picker required ng-model="$ctrl.campaign.final_date" name="final_date"></date-picker>
The date comes with the previous day of the actual date of the campaign, what to do?