Skip to main content

Posts

Showing posts with the label date time process

How can I Print datetime value in axapta

How can I Print datetime value in axapta The Microsoft Dynamics AX 2009 application is able to display the date time fields in the appropriate time zone, depending on either the client settings or on the time zone of the location. The time zone used will not depend on the AOS server time zone; the administrator can associate specific time zones with his or her Microsoft Dynamics AX companies and the application will use these time zones for all business processing. UTCTimestamp myDateTime1; ; myDateTime1 = 2007-10-20T14:31:55; print myDateTime1; pause;