home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 2 / Tech Arsenal 2 (Arsenal Computer).iso / clarion / funlib.exe / UPL.TXT < prev   
Encoding:
Text File  |  1994-05-13  |  1.1 KB  |  30 lines

  1.  here are some assorted Functions for calling in programs...
  2.  
  3. DOW         - Day of Week. SURPRISE...
  4.               Returns a String of the Day of the Week.
  5. MOY         - Month of year....
  6.               Sometimes it is just the Month name that you want to return.
  7. RDATE       - Verifys date is within a certain range.....
  8. SinceBOY    - Number of days elapsed since jan 1.
  9. DaysEoy     - Number of Days till the End of the Year
  10. QuarterYear - Quarter of the Year that the date falls in, (Allows Fiscal Year)
  11. BDATE       - Returns the Next Business date (Monday-Friday)
  12. CADATE      - Returns a valid date of DD-MMM-YYYY for Computer Assocs RDB
  13. DaysBetween - Number of days between 2 dates
  14. CCalendar   - Returns the Date Selected for User.
  15. Calculator  - Calculator function for calculations
  16. MessageBox  - Allows a 64k string to be displayed on screen.
  17. QuestionBox - Dynamic Questions and Iformation upto 64k Send title, message,
  18.               And Buttons that you wish to display...
  19.  
  20.  
  21.     Andy Stapleton <<cowboy>>
  22.     Stallion Systems Consulting
  23.     CS:ID 75110,2467
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.