Is it possible to find out if a given date exists ? In my program the user may may select (as numbers) all three elements in three separate combo boxes (Month - Day - Year) . However it would be nice if I could prevent him of inputing a date that does not exist (for example if he intruduces 2 - 31 - 2010 , it does not exist because February has not 31 days) .
↧