This commit is contained in:
@@ -103,23 +103,6 @@ export default {
|
||||
);
|
||||
vm.$emit("input", ret);
|
||||
}
|
||||
|
||||
// ,
|
||||
// handleDateInput(value) {
|
||||
// //combine the time and dates into a consolidated value
|
||||
// let TimePortion = window.$gz.locale.utcDateStringToLocal8601TimeOnlyString(
|
||||
// this.internalValue,
|
||||
// this.timeZoneName
|
||||
// );
|
||||
// if (!TimePortion) {
|
||||
// TimePortion = "00:00:00";
|
||||
// }
|
||||
// let newValue = window.$gz.locale.localTimeDateStringToUTC8601String(
|
||||
// value + "T" + TimePortion,
|
||||
// this.timeZoneName
|
||||
// );
|
||||
// this.$emit("input", newValue);
|
||||
// }
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user