# File lib/tapkit/control/date_and_time.rb, line 226
                def <=>( other )
                        case other
                        when Timestamp
                                to_time <=> other.to_time
                        else
                                to_time <=> other
                        end
                end