urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

How to change 14:00 to 14h00 ? #260

Open lmoncany opened 8 years ago

lmoncany commented 8 years ago

Hi Community !

Simple question, How to change 14:00 to 14h00 ?

{{route.date_aller | amDateFormat:'dddd Do MMMM'}} à {{route.heure_aller}}

Loic.