"date-desc": function ( a, b )
        {
            var x = Date.parse( a );
            var y = Date.parse( b );