diff --git a/src/core/operations/DateTimeDelta.mjs b/src/core/operations/DateTimeDelta.mjs index c923374d..35090606 100644 --- a/src/core/operations/DateTimeDelta.mjs +++ b/src/core/operations/DateTimeDelta.mjs @@ -24,7 +24,7 @@ class DateTimeDelta extends Operation { this.description = "Calculates a new DateTime value given an input DateTime value and a time difference (delta) from the input DateTime value."; this.infoURL = ""; this.inputType = "string"; - this.outputType = "string"; + this.outputType = "html"; this.args = [ { "name": "Built in formats",