home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / office / a115_1 / Documents / Functions / Date < prev    next >
Text File  |  1991-10-09  |  2KB  |  119 lines

  1. %OP%DP0
  2. %OP%LP*
  3. %OP%TM4
  4. %OP%BM4
  5. %OP%LM5
  6. %OP%FX
  7. %OP%FY
  8. %OP%FS
  9. %OP%WC2,1750,284,1028,0,1,0,0
  10. %OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299 
  11. %CO:A,11,96%%C%%H1%Date Functions Examples
  12.  
  13.  
  14. %C%Function
  15. Date
  16. Datevalue
  17. Day
  18. Hour
  19. Minute
  20. Month
  21. Monthdays
  22. Now
  23. Second
  24. Time
  25. Timevalue
  26. Today
  27. Weekday
  28. Year
  29. %CO:B,21,0%
  30.  
  31.  
  32. %C%Input 1
  33. %V%%C%61
  34. %C%30.6.1991
  35. %V%%C%now
  36. %V%%C%now
  37. %V%%C%now
  38. %V%%C%now
  39. %V%%C%now
  40. %C%-
  41. %V%%C%now
  42. %V%%C%17
  43. %C%18:33:01
  44. %C%-
  45. %V%%C%now
  46. %V%%C%now
  47. %CO:C,9,13%
  48.  
  49.  
  50. %C%Input 2
  51. %V%%C%3
  52. %C%-
  53. %C%-
  54. %C%-
  55. %C%-
  56. %C%-
  57. %C%-
  58. %C%-
  59. %C%-
  60. %V%%C%12
  61. %C%-
  62. %C%-
  63. %C%-
  64. %C%-
  65. %CO:D,9,62%
  66.  
  67.  
  68. %C%Input 3
  69. %V%%C%17
  70. %C%-
  71. %C%-
  72. %C%-
  73. %C%-
  74. %C%-
  75. %C%-
  76. %C%-
  77. %C%-
  78. %V%%C%35
  79. %C%-
  80. %C%-
  81. %C%-
  82. %C%-
  83. %CO:E,21,0%
  84.  
  85.  
  86. %C%Output
  87. %V%%C%date(b5,c5,d5)
  88. %V%%C%datevalue(b6)
  89. %V%%C%day(b7)
  90. %V%%C%hour(b8)
  91. %V%%C%minute(b9)
  92. %V%%C%month(b10)
  93. %V%%C%monthdays(b11)
  94. %V%%C%now
  95. %V%%C%second(b13)
  96. %V%%C%time(b14,c14,d14)
  97. %V%%C%timevalue(b15)
  98. %V%%C%today
  99. %V%%C%weekday(b17)
  100. %V%%C%year(b18)
  101. %CO:F,51,56%
  102.  
  103.  
  104. Summary
  105. Returns the date value from year, month, day information.
  106. Converts a text value into a date. This may also include a time.
  107. Returns the day from the date (and time) specified.
  108. Returns the hour from the time (and date) specified.
  109. Returns the number of minutes from the time (and date) specified.
  110. Returns the month from the date (and time) specified.
  111. Returns the number of days in the month of the date specified.
  112. Returns the current date and time.
  113. Returns the number of seconds from the time (and date) specified.
  114. Returns the time value from hour,minute,second informaion.
  115. Converts a text value into a time.
  116. Returns the current date.
  117. Returns the weekday of the date specified, 1 = Sunday etc.
  118. Returns the year from the date (and time) speecified.
  119.