Recent content by Airton Luciano

  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
Top