_toInputString(value) {
            const date = this.toValue(value);
            if (date == null) {
                return null;
            }