Hello,
How do I calculate the number of months between two dates using Cocoa?
Thanks, Stan
Hello,
How do I calculate the number of months between two dates using Cocoa?
Thanks, Stan
Look at NSCalendars components:fromDate:toDate:options method. It allows you to subtract dates and then extract the months property value