читаем, —
MaxDate
Syntax
Date maxdate()
Description
Converts to a date value equal to the maximum value allowed for a variable of type date. Any date will be less or equal to this date.
далее, —
Field data type/ Date
Comments/ The range for dates is: January 1, 1901 to December 31, 2155
Пишем и запускаем job — получаем 31/12/2153. Резонный вопрос — почему?!
Axapta 3.0 sp 3
PHP код:
static void test(Args _args)
{
;
info(strfmt("%1", maxdate()));
}