Announcement

Collapse
No announcement yet.

formula datetime\diff

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • formula datetime\diff

    Hi,
    this script not work:

    dauer = datetime\diff(beginn, ende, minutes);

    "beginn" and "ende" are DateTime -fields.


    The "Dauer" field is text-field. It is blank.
    I hope to get a tip.

    Peter
    .

  • #2
    Hi
    Is the 3rd parameter in quotes?

    Comment


    • #3
      No quotes.

      I have a Etentity (basic) own created.

      Comment


      • #4
        I told about single quotes
        dauer = datetime\diff(beginn, ende, 'minutes');

        but any case we found the bug

        Comment

        Working...
        X