Search results

  1. A

    Math expression at set variable

    It worked fine. Thanks. Now I will deal with setting a date to midnight, in order to have the same timestamp. Life is hard. Rsrsrs
  2. A

    Math expression at set variable

    Understood. Thanks a lot
  3. A

    Math expression at set variable

    String. Now I got it. How may I transform it to NUMBER? Thanks
  4. A

    Math expression at set variable

    Hi. I guess that is a very basic doubt but I am not able to replicate this WIKI instruction about math expressions. (See attachment) The EXPRESSION option is not at blue rectangle. May someone clarify?
  5. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    I understood the opposite. Sorry. Now it's working nice. It's my first shell script. Thank you very much.
  6. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Yes, I did... About UTC and the wrong space ?
  7. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    I am making progress but now "BAD DATE".
  8. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    For testing and leaning I am using a macro with a single she'll script action but am having a "bad date" return. Any help?
  9. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Now I understand that I have to create a variable first
  10. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Thanks. Sorry but I don't know how to insert the code in my macro (see image, please)
  11. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Hi. It seems that this will give system date no ? Not an date from a string Thanks
  12. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Asked CHATGPT for na fórmula and it gives me this. function calculateTimestampWithoutGetTime(dateString) { // Parse date components const [day, month, year] = dateString.split('-').map(Number); // Calculate timestamp in milliseconds manually const secondsPerMinute = 60; const...
  13. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Maybe using a formula but I don't know this formula and also how to use a formula in MD
  14. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Hi. It's not today's date. It's another date at dd-mm-yyyy format and I need to obtain an timestamp in Ms from this date Thanks for attention
  15. A

    How to obtain a timestamp from a date with dd-mm-yyyy format

    Hi. How to obtain a timestamp from a date with dd-mm-yyyy format? I don't see how to use magic text to do this. Maybe using javascript ? Some guidance or an example? Thanks a lot.
  16. A

    How insert a MD local variable into mailTask body

    Thanks a lot. I was confuse because using %CLIP to access global variable didn't work. In fact it's a very new environment to me. I didn't understand that local variables to mailTask are the same from MD.
  17. A

    How insert a MD local variable into mailTask body

    I tried using clipboard. An MD action move the content to clipboard and at mailTask I used %CLIP variable but only "%CLIP" appears at body message and not the value stored in clipboard. Any help?
  18. A

    How insert a MD local variable into mailTask body

    Hi. Sorry if this is not related directly with MD. How may I insert the content of a local MD variable into mailTask message body? There are many options beggining with % but it seems that they are only environment parameters. Thanks a lot.
Top