SimpleDateFormat

Usage of SimpleDateFormat:

 SimpleDateFormat formatter = new SimpleDateFormat("dd MMM yyyy  hh:mm:ss a");  
String now = formatter.format(new Date());


0 Response to "SimpleDateFormat"

Posting Komentar