Changeset 1714


Ignore:
Timestamp:
Feb 10, 2014, 2:40:43 AM (12 years ago)
Author:
John Small
Message:

Ticket 499: Change bldlevel date format to YYYY-MM-DD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ReleaseEdit.cmd

    r1523 r1714  
    5151 *       properly escaped.
    5252 *    12 May 10 JBS Ticket 424: Deleted code related to obsolete "internal\makefile"
     53 *    09 Feb 14 JBS Ticket 499: Changed bldlevel date format to YYY-MM-DD
    5354 *
    5455*/
     
    143144
    144145/* Process the request */
     146/*                              month || '/' || day || '/' || year || ' ' || ,  */ /* or day month year? */
    145147select
    146148   when ext = 'DEF' then
     
    172174
    173175         option_description = '@#' || vendor || ':' || revision || '#@##1## ' || ,
    174                               month || '/' || day || '/' || year || ' ' || ,  /* or day month year? */
     176                              year || '-' || month || '-' || day || ' ' || ,
    175177                              right(major, 2, '0') || ':' || right(minor, 2, '0') || ':' || right(CSDlevel, 2, '0') || ,
    176178                              copies(' ', 6) || buildhost || ':' || asd_feature_id || ':' || ,
Note: See TracChangeset for help on using the changeset viewer.