candreoliveira / ngMask

Best Angular mask alternative! No jQuery, pure JS. About ~6kb!
http://candreoliveira.github.io/#/ngMask
ISC License
419 stars 171 forks source link

Custom mask for date #167

Open ibrahimjelliti opened 3 years ago

ibrahimjelliti commented 3 years ago

Hello,

I am trying to acheive a mask for week/year: ww/yy Week max 52 and year over 2 digits. I tried mask="99/99". But it allows higher number than 52 for week of the year. Any suggestions to achieve this goal.

Thanks.