w20-framework / w20

W20 is a Web framework, built upon a powerful RequireJS/AngularJS/Bootstrap mix to help you develop single page applications.
https://w20-framework.github.io/
Mozilla Public License 2.0
8 stars 9 forks source link

Date filter does not work for getting week of Year #95

Open aritrabasu104 opened 5 years ago

aritrabasu104 commented 5 years ago

@adrienlauer $filter('date')(new Date(),'ww') is a standard angular date filter for week of year. But it is not working in W20 framework.