luisfarzati / ng-bs-daterangepicker

AngularJS directive for bootstrap-daterangepicker
http://luisfarzati.github.io/ng-bs-daterangepicker/
MIT License
246 stars 167 forks source link

How to remove timezone for ng-model #100

Open Gajendrasinh opened 8 years ago

Gajendrasinh commented 8 years ago

I am getting this type off value but i need on day so how i can remove time

I got this { "startDate": "2015-12-09T18:30:00.000Z", "endDate": "2015-12-09T18:30:00.000Z" }

I need this format { "startDate": "2015-12-09", "endDate": "2015-12-09" }

ttson24 commented 8 years ago

i think, {{startDate |date:'yyyy-MM-dd'}}