On Tue, 2007-01-30 at 19:56 +0100, Helge Hess wrote: > On Jan 30, 2007, at 19:47, Adam Tauno Williams wrote: > > testit.m:10: warning: ‘NSDate’ may not respond to > > ‘-descriptionWithCalendarFormat:’ > Ups, sorry. Use > id now = [NSCalendarDate date]; Already caught that one. :)