Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/30/10 in all areas

  1. This game is so fucked up now. It's yes or no, not statement for statement. -.- Do you like pie?
    1 point
  2. Umm in java, you'd use the DateTime package... import java.util.Date; import java.text.DateFormat; import java.text.SimpleDateFormat; public abstract class Time { private String getDateTime() { DateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss"); Date date = new Date(); return dateFormat.format(date); } }
    1 point
×
×
  • Create New...