Im using angular material in my web site and when I send the date to my web api, it shows on day before the selected date. For an example if I put in 2016-01-03 then it will send 2016-01-02. How can I fix this issue. I haven't change any code form the original code provided in angular material web site the link to the code is below
相关问题
- angularJS: ui-router equivalent to $location.searc
- Separate AngularJS Controllers Into Separate Files
- Register MicroServices in Azure Active Directory (
- PromptDialog Choice with List object Bot Framework
- Dotnet Core API - Get the URL of a controller meth
相关文章
- Passing variable through URL with angular js
- Watch entire object (deep watch) with AngularJS
- Angular ng-if change span text
- Can ng-show directive be used with a delay
- AngularJS $routeParams vs $stateParams
- Woocommerce update shipping methods in checkout vi
- Multiple parameters in AngularJS $resource GET
- How to set class/style of accordion heading in Ang
we recently faced the same , adjusting the value before posting like said in https://github.com/angular-ui/ui-date/issues/88
works fine. Hope its helpfull for some one.
Just try to use angular-moment as following.
I wrote a full article about this. FIX IN MD-DATEPICKER TO GET THESELECTED DATE