mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-10-31 09:34:47 +00:00 
			
		
		
		
	Fix date formatting exception
This commit is contained in:
		| @@ -56,7 +56,7 @@ public class StringsUtils { | ||||
|      * @return Generated string | ||||
|      */ | ||||
|     public static String FormatDate(int time){ | ||||
|         SimpleDateFormat simpleDateFormat = new SimpleDateFormat("YYYY-MM-dd", | ||||
|         SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd", | ||||
|                 Locale.getDefault()); | ||||
|         return simpleDateFormat.format((long)1000*time); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre HUBERT
					Pierre HUBERT