Sunday 24 July 2011

Converting Date Field to String in Axapta

Hi Friends,
 
  We Can Convert he Date Field to String using the Standard Function as follows

   str = Date2str(<DateValue> , 213 , 2, -1 , 2 , -1 , 2 , -1 , 2 ) ;

   Here -1 is for Colon , 2 is for No of digits used to indicate date. month , year and 213 is for MM:DD:YY Series.

Regards
Santhosh Reddy
-It's kind of fun to do the impossible 
























No comments:

Post a Comment