Skip to content

Commit a887f7d

Browse files
Merge pull request stephanecollot#13 from gtrias/patch-1
Fix stephanecollot#12
2 parents 52214fd + dda2c4f commit a887f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/Type/DatetimeType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static function convertMalotToIntlFormater($formatter)
113113
$exits[$val] = 'HH';
114114
break;
115115
case 'HH':
116-
$exits[$val] = 'hh';
116+
$exits[$val] = 'HH';
117117
break;
118118
case 'dd':
119119
$exits[$val] = 'dd';

0 commit comments

Comments
 (0)