Searched refs:sdf (Results 1 – 1 of 1) sorted by relevance
125 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd-HH-mm-ss", Locale.US); in templateToFilename() local126 return String.format(filenameTemplate, sdf.format(new Date())); in templateToFilename()