Re: [Axapta-Knowledge-Village] Date to String Conversion

2007-01-26 Thread Luis Martinez
-Knowledge-Village] Date to String Conversion Hi you can use the inbuild function Date2Str() E.g date2str(today( ),213,1,4, 4,4,4); It prints January/25/2007 It may help you.. Thanks, Siva Imthiyaz Ahamed imthiyazahamed_ [EMAIL PROTECTED] com wrote: Hi Group, In one of my Report, I

Re: [Axapta-Knowledge-Village] Date to String Conversion

2007-01-25 Thread Luis Martinez
check properties: DateDay, DateFormat, DateMonth, DateSeparator and DateYear in properties window. or from SystemDocumentation \ Functions \ str Date2Str (date date, int sequence, int day, int separator1, int month, int separator2, int year) Examples In all examples, the variable date

Re: [Axapta-Knowledge-Village] Date to String Conversion

2007-01-25 Thread ASHWANI JAIN
: Thursday, January 25, 2007 9:15:04 AM Subject: Re: [Axapta-Knowledge- Village] Date to String Conversion Hi you can use the inbuild function Date2Str() E.g date2str(today( ),213,1,4, 4,4,4); It prints January/25/2007 It may help you.. Thanks, Siva Imthiyaz Ahamed imthiyazahamed_

Re: [Axapta-Knowledge-Village] Date to String Conversion

2007-01-24 Thread Siva kumar
Hi you can use the inbuild function Date2Str() E.g date2str(today(),213,1,4,4,4,4); It prints January/25/2007 It may help you.. Thanks, Siva Imthiyaz Ahamed [EMAIL PROTECTED] wrote: Hi Group, In one of my Report, I wish to display date in