... (TimeZone.getTimeZone("GMT")); } public static boolean isGMTTimeFormat (String strGMTTime) { boolean isValid = false; try { GMTTimeFormatter.parse(strGMTTime ...
www.java2s.com