How to convert milliseconds of int type into time format
[MW _ SHL _ code = Java, true]/* * Gets the string representation of the specified time in the specified format. * * @param pattern * Specify the format * @param dateTime * Specify the time * @ Returns the string representation of the specified time. */public static string getFormatedDateTime (string pattern, long datetime) {// DateFormat.format (pattern, datetime). toString(); simple date format sdate format = new simple date format(pattern); Returns sDateFormat.format (new date (dateTime+0));); }[/mw_shl_code] A few lines of code will be done.