wy-ei / vue-filter

:v: A collection of Vue.js filter. [Depressed]
MIT License
353 stars 37 forks source link

changes `date "%I"` behavior #6

Closed pufe closed 8 years ago

pufe commented 8 years ago

%I should return values between 00~11 when AM and values between 01~12 when PM. most clocks show "12:00:00 PM" after "11:59:59 AM"

wy-ei commented 8 years ago

@pufe - you are right. thanks for your Pull Requests.