diff --git a/moment.cfc b/moment.cfc index 65d5e63..3734e24 100755 --- a/moment.cfc +++ b/moment.cfc @@ -462,7 +462,7 @@ component displayname="moment" { case 'hour': case 'h': if (isStartOf) return 'hour'; - return 'h'; + return 'H'; case 'minutes': case 'minute': case 'n':