home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / DAY1.ZIP / DAYS.DOC next >
Text File  |  1989-03-20  |  3KB  |  64 lines

  1. PROGRAM "DAYS"  (c) 1989 by Bill Morgan
  2.  
  3. This little program offers a quick and easy way to find the
  4. number of days there are between two dates. I wrote it during
  5. a period when an especially dreaded event was approaching day
  6. by day. I found I had some compulsive need know each day exactly
  7. how many days I had left before this event would overcome me.
  8. So I wrote "DAYS", and each day I would run it with morbid
  9. fascination. I am trusting that my users will find more
  10. optimistic uses for "DAYS."
  11.  
  12. The operation is very simple. At the DOS prompt you type "DAYS."
  13. The program will present you with, in turn, two calendars. By using
  14. the cursor keys and following the prompts you can select a date.
  15.  
  16. Selecting a date on the first calendar will cause a second calendar
  17. to appear. If you select a date on this second calendar, the program
  18. will tell you how many days there are between the two days!
  19.  
  20. As you scroll around this second calendar, note that the days
  21. difference is continually updated on the right of the bottom line.
  22. Thus, you can also use "DAYS" to find out what date will be some number
  23. of days in the future, such as, "When will I be 10,000 days old?"
  24. or "When will it be 23 shopping days before Christmas?"
  25.  
  26. If you just want to QUIT the program or prompts, just
  27. use the ESC key.
  28.  
  29. Other features :
  30.  
  31. <C> Colors
  32. Pressing C will let you customize the colors for each little
  33. calendar. It will prompt you for a number between 1 and 255.
  34. Try out a few and see what you like. Everything over 128 is blinking.
  35. If you change the colors, the program will save the new values
  36. into itself and use them next time you run "DAYS."
  37.  
  38. <N> New
  39. This simply lets you enter a month directly. Sometimes that is
  40. faster. Thus you can also use "DAYS" to simply look at a calendar
  41. of a certain month.
  42.  
  43. <T> Today
  44. Pressing T will jump the calendar back to today's date from
  45. wherever in time you have wandered off to.  This is handy for
  46. seeing how many days have passed since some event and today.
  47.  
  48. <P> Prev
  49. This command just provides an alternative way to move
  50. backward from month to month.
  51.  
  52. I hope you enjoy this program. If you do, drop us a note!
  53.  
  54.       Bill Morgan
  55.       c/o KENIMATION
  56.       1424 N. Wilcox
  57.       Hollywood, CA 90028
  58.  
  59. Shareware: Copy and give away as you please,
  60. however, all commercial rights reserved.
  61. ------------------------------------------------------------------
  62. Thanks to  David Doty and David Dubois who contributed to
  63. the WRITEXEC routine for saving the colors.
  64.