if (command.handlers.date) {
            var dateValue = command.handlers.date(value);
            if (dateValue) {
                resultArray.push(dateValue);
            }