Problem with date in form coming from a list

0

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?

    
asked by anonymous 26.02.2018 / 19:27

0 answers