Nov 27, 2003 #1 lhugh MIS May 21, 2000 115 CA I am new to Java and wonder if there is a Calendar Dialog class (like in VB or Delphi) I would like to do this: String strDate = (the selected day coming from the Calendar Dialog) Where can I find an example of that
I am new to Java and wonder if there is a Calendar Dialog class (like in VB or Delphi) I would like to do this: String strDate = (the selected day coming from the Calendar Dialog) Where can I find an example of that
Nov 27, 2003 #2 sedj Programmer Aug 6, 2002 5,610 Look at the Calender class or SimpleDateFormat class. You can search http://www.java.sun.com for the API documentation. Upvote 0 Downvote
Look at the Calender class or SimpleDateFormat class. You can search http://www.java.sun.com for the API documentation.