You Tube

Saturday 12 August 2023

best way to get date in specific format java Android

String str_date_today = new SimpleDateFormat("dd-MMM-yyyy", Locale.getDefault()).format(new Date());