Dear all, i just code a snippet code to get date time string as below:
public static String getCurrentDate(){ Locale.setDefault(Locale.US); Date date
Yet another solution is to use SimpleDateFormat with default locale
SimpleDateFormat
new SimpleDateFormat("dd/MM", Locale.getDefault());