/ Published in: Java
Expand |
Embed | Plain Text
/** * Get the time in defined format * * @return String with time */ return sdf.format(cal.getTime()); }
You need to login to post a comment.
walokra on 04/08/09
2 people have marked this snippet as a favorite
/** * Get the time in defined format * * @return String with time */ return sdf.format(cal.getTime()); }
You need to login to post a comment.