I pains me to ask this, but what is the best way to format the GetDate function. I need YYYYMMDD but Lioran Board seems to not insert 0 prefixes on single digit number. For instance it would output todays date as 2022 1 26. I need 2022 01 26. I tried using:
GetDateTime = Month(Month,Number Only)
StringGetLength = MonthLen
if MonthLen = 1 then SetLocalVar Month = 0Mont
I cant seem to find the magic combination to have setvar combine 0 with the variable /$Month$/. Every combination I try just doesn't work. It tells me not to use /$$/. This is what I've tried 0Month, "0"Month, 0.Month 0&Month.
If there a simple way to just have LioranBoard run a line of python, java, vba, any code directly? It would make it so much easier for me. Maybe there's an easier way then what I see here?
Edit: Im using LorianBoard2