Hi Guys
The code below don't work in CIL.
If i try to execute on CIL, the result is Microsoft.Dynamics.Ax.Xpp.AxShared.Date and not 2/3/2014
You have find an similar issue ?
Any suggest ?
Regards
System.Object[] arrObjs = new System.Object[1]();
Description retCurrent;
arrObjs.SetValue( systemDateGet(), 0);
retCurrent = System.String::Format(System.Globalization.CultureInfo::GetCultureInfo("en-us"), "{0:d}", arrObjs);
info (retCurrent);
*This post is locked for comments
I have the same question (0)