
{ Constants that correspond to the various date/time display formats supported
{ by the template file manager.

  CONST
    avc$ampm_time_format = 'AMPM',
    avc$dmy_date_format = 'D2.M2.Y2',
    avc$hms_time_format = 'HMS',
    avc$iso_date_format = 'Y4-M2-D2',
    avc$iso_time_format = 'ISOT',
    avc$millisecond_time_format = 'MS',
    avc$month_date_format = 'MN D2, Y4',
    avc$mdy_date_format = 'M2/D2/Y2',
    avc$ordinal_date_format = 'Y4J3';

