Posted By:
Thomas_Dietrich
Posted On:
Tuesday, June 19, 2001 06:43 AM
Hello jessly sim,
Might want to look into something like this(a point in the direction, not the full answer):
java.text.DateFormat formatDate = new java.text.SimpleDateFormat("yyyy-MM-dd");
formatDate.format(new java.util.Date());
Hope this helps you in the right direction.
Sincerely,
Thomas Dietrich