Searched refs:dateTimeFormatter (Results 1 – 1 of 1) sorted by relevance
45 DateTimeFormatter dateTimeFormatter = DateTimeFormatter.ofPattern("MMMM dd yyyy hh:mm:ssa"); in notifyDataCapture() local46 notify("Successfully captured data at " + now.format(dateTimeFormatter)); in notifyDataCapture()