setting an object using datetime string?

2006-01-31 Thread Danny Brian
I promise I've browsed docs, FAQs, and the list archives, but I simply can't determine whether or not DateTime provides a way to set a time using an ISO 8601 string (the same thing output by $dt- datetime()) without going through DateTime::Format::Strptime. Please remedy my density. -

Re: setting an object using datetime string?

2006-01-31 Thread Rick Measham
Danny Brian wrote: I promise I've browsed docs, FAQs, and the list archives, but I simply can't determine whether or not DateTime provides a way to set a time using an ISO 8601 string (the same thing output by $dt- datetime()) without going through DateTime::Format::Strptime.