MOBILE-2754 core: Fix 24 hour format used when it shouldn't
This commit is contained in:
		
							parent
							
								
									138221e136
								
							
						
					
					
						commit
						0475b77dcc
					
				| @ -242,7 +242,7 @@ export class CoreTimeUtilsProvider { | ||||
|         } | ||||
| 
 | ||||
|         if (fixHour) { | ||||
|             format = format.replace('%I', 'H'); | ||||
|             format = format.replace('%I', 'h'); | ||||
|         } | ||||
| 
 | ||||
|         // Format could be in PHP format, convert it to moment.
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user