Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-8950

Add documentation for Date variables

XMLWordPrintable

      Add documentation for Date variables after the new API has been added to documentation.

      ```
      const variables = new VariableService();

      variables.set('manipulatedDate', new Date("2018-01-23T14:42:45.435+0200"));

      variables.setTyped("manipulatedDate", {
      value: "2018-01-23T14:42:45.435+0200",
      type: "Date",
      valueInfo:

      { objectTypeName: "Date", serializationDataFormat: "application/json" }

      });
      ```

        This is the controller panel for Smart Panels app

              Unassigned Unassigned
              fabian.hinsenkamp Fabian
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: