dateFormat = new SimpleDateFormat("MM/dd/yyyy"); date = simpleDateFormat.format(calendar.getTime()); dateTimeDisplay.setText(date);