// // NSDate+DDKit.h // DDCategory // // Created by DeJohn on 15/5/15. // Copyright (c) 2015年 DDKit. All rights reserved. // #import @interface NSDate (DDKit) /** * Compare the two days is same date (not include the time). * * @param date The other date * * @return true/false */ - (BOOL)isSameToDate:(NSDate *)date; @end