home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / fileutil / filemind.lha / datereq.hlp < prev    next >
Encoding:
Text File  |  1992-02-21  |  805 b   |  25 lines

  1.  
  2.                     Change File Date & Time
  3.  
  4.    Modify the date or time in the string gadgets. Click the UPDATE gadget
  5. to update the file. Click the CANCEL gadget to abort the operation. The
  6. CURRENT gadget will put the current date and time in the string gadgets.
  7.  
  8.  
  9. Valid Date Formats:  "MMM dd yy" or "mm/dd/yy" "mm-dd-yyy"
  10.  
  11.    MMM  is the first 3 characters of the month (Jan, Feb, ...)
  12.    mm   is the number of the month (1-12)
  13.    dd   is the day of the month (1-31)
  14.    yy   is the last two digits of the year (19 is assumed as the first 2)
  15.    yyyy is the 4 digit year (valid range 1978-2099)
  16.  
  17. Any combination of formats will also work ("mm-dd/yy" or "mm dd-yy")
  18.  
  19. Valid Time Format:   HH:MM:SS
  20.  
  21.    HH   is the hours in 24 hour time (0-23)
  22.    MM   is the minutes (0-59)
  23.    SS   is the seconds (0-59)
  24.  
  25.