- Set LocaleLongDateFormat
LocaleLongDateFormat
The predefined string parameter LocaleLongDateFormat
contains the
AIMMS date-time format equivalent with the long date format as specified
in the current system locale.
StringParameter LocaleLongDateFormat;
Definition
The string parameter
LocaleLongDateFormat
contains the AIMMS date-time format equivalent with the long date format as specified in the current system locale.
Updatability
During system startup, the string parameter
LocaleLongDateFormat
is computed on the basis of the information in the current system locale. The contents of the string parameter cannot be modified.
Note
The string parameter LocaleLongDateFormat
can be used, for instance,
in the TimeslotFormat
attribute of a Calendar
. The current
system locale can be modified through the Regional Settings dialog
box in the Windows Control Panel.
See also
The string parameters LocaleShortDateFormat
, LocaleTimeFormat
. Calendars are discussed in
full detail in Calendars of the Language Reference, date-time formats
in Format of Time Slots and Periods