Quote from
HPW on August 3, 2019, 4:54 pm
Hello,
You could StrParse the [DateShrt] into its parts and recombine them.
Or you may use the other global variables:
[DayNum]+[MonthNum]+[Year]
You may check the StrLen of [DayNum]+[MonthNum] to add a leading Zero.
Regards
Hello,
You could StrParse the [DateShrt] into its parts and recombine them.
Or you may use the other global variables:
[DayNum]+[MonthNum]+[Year]
You may check the StrLen of [DayNum]+[MonthNum] to add a leading Zero.
Regards
Vadim has reacted to this post.