advanced code snippet search
indianocean on 08/03/07
date java
08/03/07 06:50am
1 person have marked this snippet as a favorite
rtipton
Date datum = new Date();SimpleDateFormat formater = new SimpleDateFormat("MM.dd.yyyy");String curDate = formater.format(datum);
Report this snippet Tweet
Comment:
You need to login to post a comment.