@@ -156,6 +156,18 @@ * * \param fmt The format for the date string * \return A new, autoreleased OFString */ - (OFString*)localDateStringWithFormat: (OFString*)fmt; + +/** + * \param date Another date + * \return The earlier date of the two dates + */ +- (OFDate*)earlierDate: (OFDate*)date; + +/** + * \param date Another date + * \return The later date of the two dates + */ +- (OFDate*)laterDate: (OFDate*)date; @end