html - Date format 'ww' not working in angularjs? -


i trying display week number using 'ww' date formater in angularjs.

my code looks this

    //in directive controller     $scope.today = new date();         //in templateurl     <span id="weeknumber">week: {{today| date:'ww'}}</span> 

this doesnt seem work me, can formatter work format types except 'ww' & 'w'.

my expected output is: week: 23 instead week: 'ww'

am missing here or issue angularjs itself?

best regards.

i think beneath version 1.3 of angular. 'ww' or 'w' working newest version of angular.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -