03-02-1396، 12:21 ب.ظ
04-02-1396، 01:57 ق.ظ
اینم جوابی که نتیجه داد برای من :
long yourmilliseconds = System.currentTimeMillis(); SimpleDateFormat sdf = new SimpleDateFormat("MMM dd,yyyy HH:mm"); Date resultdate = new Date(yourmilliseconds); System.out.println(sdf.format(resultdate));