Apr 27, 2004 #1 Ricjd Programmer Sep 12, 2002 104 GB Is there a short way I can checks dates, so that dates like 30/02/2004 are excluded? I know is ASP you can use IsDate(somedate). Thanking you in advance Rick
Is there a short way I can checks dates, so that dates like 30/02/2004 are excluded? I know is ASP you can use IsDate(somedate). Thanking you in advance Rick
Apr 27, 2004 #2 sedj Programmer Aug 6, 2002 5,610 Look at GregorianCalender, Date and SimpleDateFormat classes (in java.util and java.text packages). See http://www.java.sun.com for the fine manual. Upvote 0 Downvote
Look at GregorianCalender, Date and SimpleDateFormat classes (in java.util and java.text packages). See http://www.java.sun.com for the fine manual.