M MACaveli7 macrumors newbie Original poster Oct 15, 2010 23 0 Sep 27, 2011 #1 I don't mind if the solution is uses Carbon or Cocoa. I need the date components date, month and year. Thanks
I don't mind if the solution is uses Carbon or Cocoa. I need the date components date, month and year. Thanks
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Sep 27, 2011 #2 Look at the various utilities in the time.h C header. Specicially localtime or gmtime I would have thought.
Look at the various utilities in the time.h C header. Specicially localtime or gmtime I would have thought.