Change output to 'html'

This commit is contained in:
a3957273 2024-04-02 20:27:48 +00:00
parent dd2cfe8bac
commit c795271502

View file

@ -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.description = "Calculates a new DateTime value given an input DateTime value and a time difference (delta) from the input DateTime value.";
this.infoURL = ""; this.infoURL = "";
this.inputType = "string"; this.inputType = "string";
this.outputType = "string"; this.outputType = "html";
this.args = [ this.args = [
{ {
"name": "Built in formats", "name": "Built in formats",