timetitle

Source: utils/date_time/timetitle.pro

  TIMETITLE
        Add a time to the end of a title.

  Usage:
        title = timetitle (rawtitle, year[, hour=hour, /date])

  Return Value:
        title   string  The title to use.

  Arguments:
        rawtitle string input   The title-without a time appended.
        year    int     input   The year (and optionally day) to append.

  Keyword:
        hour    int     input   The hour to append. 
        date    ?       input   If set convert to month and date.

  Restriction:
        If rawtitle is set then the returned title is:
                <rawtitle> - year - day - hour
        else it is:
                UT - year - day - hour

  History:
        Original: 8/12/92; SJT
        Added date key: 16/2/95; SJT
        Fix for year >= 2000: 1/12/95; SJT


James Tappin 2005-02-04