this Blog is about android developing and For Android Mobiles.
Usage of SimpleDateFormat:
SimpleDateFormat formatter =
new
SimpleDateFormat(
"dd MMM yyyy hh:mm:ss a"
);
String now = formatter.format(
Date());
No comments:
Post a Comment