Posted By


dalcacer on 03/09/10

Tagged


Statistics


Viewed 496 times
Favorited by 0 user(s)

Related snippets


SimpleDateFormat


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. java.text.SimpleDateFormat dateFormatter = new java.text.SimpleDateFormat("dd.MM.yyyy");
  2. dateFormatter.format(gebdat);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.