Greetings Community -
I found an online blog (don't remember the URL) which helped me get the function below to convert DateTime format to UNIX Format.
The output of the below function is accurate, however, when I get the Decimal as a return value of the function and try to convert it to text, the additional spaces show up between the digits, strangely enough
After trying DELSTR(String,'='), the spaces don't go away. I am probably missing something, can anyone please assist?