Jak zdobyć datę systemu w Android

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