AX – D365FO – Convert UtcDateTime to string

static void DateTest(Args _args)
{
    UtcDateTime     dateTime = DateTimeUtil::getSystemDateTime(); //This gets the curent UTC datetime
    
    print DateTimeUtil::toStr(dateTime); //This converts UTC DateTime into String
    
    pause;
}

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s