Hi,
I have one program which creates variant.The variant date created by the program is wrong 1//20/05/2.
What would be the issue?
As per my knowledge, we get this error because we pass date to an internal table in MM/DD/YYYY format instead of YYYYMMDD. Usually programs take YYYYMMDD format and displays the output in MM/DD/YYYY. But i am not finding any such case here in the program to solve the issue.