Re: [Tutor] Checking for a Valid Date

2008-09-01 Thread John Fouhy
2008/9/2 Wayne Watson <[EMAIL PROTECTED]>: > Is there some method or function that checks whether a date is valid. For > example, these are not valid (/mm/dd format here for reference.): [...] > Perhaps a Try is useful with some function? Yup. Have a look at time.strptime. Don't be afraid to

[Tutor] Checking for a Valid Date

2008-09-01 Thread Wayne Watson
Title: Signature.html Is there some method or function that checks whether a date is valid. For example, these are not valid (/mm/dd format here for reference.): 2008/02/33 2k+8/11/21 200.8/10/02 2006/3/five 2007/-6/18 2009/14/2 I'm assuming the program has determined there are three part