From oficial documentation, in the new API (18+) you should be implement this:
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS", Locale.US);
String time=sdf.format(new Date());
Documentation:
http://developer.android.com/reference/java/text/SimpleDateFormat.html