Searched refs:simpleDateFormat (Results 1 – 2 of 2) sorted by relevance
91 SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyyMMdd_HHmmss_SSS"); in makeDebugDir() local92 simpleDateFormat.setTimeZone(TimeZone.getDefault()); in makeDebugDir()93 String currentDateAndTime = simpleDateFormat.format(new Date()); in makeDebugDir()
940 SimpleDateFormat simpleDateFormat = in getFileName() local947 + simpleDateFormat.format(new Date(date)) in getFileName()