- 1
- 2
- 3
- 4
- 5
- 6
- 7
String currentDate = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").format(new Date());
accountNumber.append(String.valueOf(1900 + new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").parse(currentDate).getYear()));
accountNumber.append(String.valueOf(new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").parse(currentDate).getMonth()));
accountNumber.append(String.valueOf(new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").parse(currentDate).getDate()));
accountNumber.append(String.valueOf(new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").parse(currentDate).getHours()));
accountNumber.append(String.valueOf(new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").parse(currentDate).getMinutes()));
accountNumber.append(String.valueOf(new SimpleDateFormat("MM/dd/yyyy HH:mm:ss").parse(currentDate).getSeconds()));
bormand 01.03.2013 17:03 # +2
roman-kashitsyn 01.03.2013 17:10 # +9
3.14159265 01.03.2013 17:13 # 0
Человек не знавший про System.nanoTime ().
bormand 01.03.2013 17:22 # 0
3.14159265 01.03.2013 17:29 # 0
bormand 01.03.2013 17:31 # 0
roman-kashitsyn 01.03.2013 17:16 # 0
bormand 01.03.2013 17:30 # +5
Lure Of Chaos 03.03.2013 14:01 # +1
Приходится юзать всякие сторонние JodaTime.
3.14159265 04.03.2013 16:38 # 0
O RLY? Я б не сказал что он шибко удобный.
Lure Of Chaos 04.03.2013 16:48 # 0
roman-kashitsyn 04.03.2013 18:07 # +2
defecate-plusplus 04.03.2013 22:46 # 0