Skip to content

Instantly share code, notes, and snippets.

@LordNairu
Last active August 29, 2015 14:04
Show Gist options
  • Save LordNairu/854e4aca6fa6f2c091d1 to your computer and use it in GitHub Desktop.
Save LordNairu/854e4aca6fa6f2c091d1 to your computer and use it in GitHub Desktop.
public String getSimpleStartTime(){
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("HH:mm");
this.simpleStartTime = simpleDateFormat.format(this.getStartTime());
return simpleStartTime;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment