Re: Simple question about yyyy/mm/dd

2009-03-19 Thread Scott David Daniels
mattia wrote: Hi all, I need to receive in input a date represented by a string in the form "/mm/dd" (or reversed), then I need to assure that the date is = the current date and then split the dates in variables like year, month, day. Is there some module to do this quickly? Look into tim

Re: Simple question about yyyy/mm/dd

2009-03-19 Thread skip
>> Hi all, I need to receive in input a date represented by a string in >> the form "/mm/dd" (or reversed), then I need to assure that the >> date is = the current date and then split the dates in variables like >> year, month, day. Is there some module to do this quickly? The