*copyc clc$ecc_range
?? FMT (FORMAT := OFF) ??
{
{ CLE$ECC_date_time_format has the following unused code offsets:
{
{ 1400..1404 1406 1409 1411..1414 1416..1419 1421..1424 1426..1429 1431..1434
{ 1436..1439 1441..1444 1446..1499
{

  CONST
    clc$min_ecc_date_time_format    = clc$min_ecc + 1400,

    cle$language_delimiter_missing  = clc$min_ecc + 1405,
    {E Ending ) is missing from language string.}

    cle$language_module_not_found   = clc$min_ecc + 1407,
    {E Cannot find message module for specified language +P.}

    cle$bad_template_for_month_day  = clc$min_ecc + 1408,
    {E Template for +P is invalid for +P.}

    cle$date_time_format_null       = clc$min_ecc + 1410,
    {E Date_time format may not be null or blank.}

    cle$unexpected_dt_format_char   = clc$min_ecc + 1415,
    {E +P is not allowed in this date_time format context.}

    cle$unknown_date_time_format    = clc$min_ecc + 1420,
    {E Specified date_time string is not a known date_time format.}

    cle$name_not_month_or_day       = clc$min_ecc + 1425,
    {E +P is not a known month or day name.}

    cle$date_time_string_too_long   = clc$min_ecc + 1435,
    {E Too many components in date_time string +P.}

    cle$bad_month_number            = clc$min_ecc + 1440,
    {E Incorrect month number specified.}

    cle$invalid_time_increment      = clc$min_ecc + 1445,
    {E Time increment field out of range.}

    clc$max_ecc_date_time_format    = clc$min_ecc + 1499;

?? FMT (FORMAT := ON) ??
*copyc cle$ecc_parsing
