Skip to Content
0
Former Member
Jun 04, 2009 at 08:22 AM

Date in incorrect format

752 Views

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.