Discussion:
Ax2009, createdDateTime
(too old to reply)
Jens
2008-11-24 10:07:01 UTC
Permalink
I was wondering how to extract the date from the system variable
createdDateTime, introduced in Ax2009.

I cannot find a system function to do so. Any hints ?

/Jens
unknown
2008-11-24 10:39:01 UTC
Permalink
There is a Util class for DateTime values:

DateTimeUtil::date(DateTimeUtil::utcNow());
--
Kashperuk Ivan (Vanya), SDET, Inventory management, Microsoft Dynamics AX
My blog - http://kashperuk.blogspot.com
Download MorphX IT in Russian - http://www.lulu.com/content/723888
Post by Jens
I was wondering how to extract the date from the system variable
createdDateTime, introduced in Ax2009.
I cannot find a system function to do so. Any hints ?
/Jens
Jens
2008-11-24 12:20:01 UTC
Permalink
Thanks for the pointer, Ivan...
Post by unknown
DateTimeUtil::date(DateTimeUtil::utcNow());
--
Kashperuk Ivan (Vanya), SDET, Inventory management, Microsoft Dynamics AX
My blog - http://kashperuk.blogspot.com
Download MorphX IT in Russian - http://www.lulu.com/content/723888
Post by Jens
I was wondering how to extract the date from the system variable
createdDateTime, introduced in Ax2009.
I cannot find a system function to do so. Any hints ?
/Jens
Deepak Kalra
2011-02-15 09:19:55 UTC
Permalink
How to get server date and time?
Post by Jens
I was wondering how to extract the date from the system variable
createdDateTime, introduced in Ax2009.
I cannot find a system function to do so. Any hints ?
/Jens
Post by unknown
DateTimeUtil::date(DateTimeUtil::utcNow());
--
Kashperuk Ivan (Vanya), SDET, Inventory management, Microsoft Dynamics AX
My blog - http://kashperuk.blogspot.com
Download MorphX IT in Russian - http://www.lulu.com/content/723888
Post by Jens
Thanks for the pointer, Ivan...
Submitted via EggHeadCafe
Obsessive Defragmentation Disorder (ODD) and You
http://www.eggheadcafe.com/tutorials/aspnet/b5f241d0-4e5d-44f9-aad9-78211fdea4df/obsessive-defragmentation-disorder-odd-and-you.aspx
Loading...