On Wed, 26 Mar 2003, Eugene van der Pijll wrote: > from the ::Julian changelog: > > 0.04 2003-03-13 > - changed output of datetime() to 2000-01-01J00:00:00, to be > different from Gregorian dates. > > - removed bug in day_of_year calculation > > - removed "use Params::Validate", which was superfluous after v0.03 > > > (Dave, what is the datetime() method for? It would be nice if every > Calendar module had at least one output method in common, returning a > compact, calendar-specific representation of the datetime.)
The datetime method is there just to provide a convenient, reasonably standard way to put both the date and time. In the case of DateTime.pm, the output is actually a valid ISO 8601 datetime. I don't know if overriding it like you did really makes sense, since what you're outputting definitely doesn't fit the standard. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
