Как получить системную дату в Android

String date = new SimpleDateFormat("yyyy-MM-dd", Locale.getDefault()).format(new Date());
Blushing Buzzard