1
0
mirror of synced 2025-02-17 10:58:40 +01:00

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.infoURL = "";
this.inputType = "string";
this.outputType = "string";
this.outputType = "html";
this.args = [
{
"name": "Built in formats",