I have created angular js date picker which picks up the date time but on server side shown as 5 hours 30 minutes lesser than the selected datetime. I need to fix this on angular js side.How to achieve this fix?
I have created code for this upto now:
<input type="text" class="form-control"
datepicker-popup="{{schedule.Date | date:'yyyy-MM-dd HH:mm:ss'}}"
name="Date" ng-model="schedule.Date" is-open="opened"
datepicker-options="dateOptions" ng-required="true"
close-text="Close" />