home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 730 / julian.sis / EN.Julian.hlp (.txt) next >
Encoding:
EPOC Database  |  2000-03-18  |  3.4 KB  |  55 lines

  1. "Data.app
  2. Table1
  3. ColA8
  4. ColB8
  5. Table1
  6. es can be put in three ways:
  7. 1. yymmdd (see Y2K). Values that are allowed correspond to dates in the range 19510101 to 20501231.
  8. 2. yyyymmdd with values in the range 19010101 to 20991231.
  9. 3. yyddd (see Y2K). Values are 00001 to 99365 which correspond to dates in the range 19510101 to 20501231.
  10. The fourth option is no date which terminates the program.
  11. Any other invalid input calls the help file.
  12. AJulian dates
  13. Date information is valid from 19000301 till 21000228 but as these years are not leap years the week and day values will not be correct so input is limited to 1901 to 2099.
  14. The program allows input of valid and some invalid dates and converts the values to the nearest real date and evaluates the difference between entered dates and today.
  15. EG. 20000231 will be allowed but converts to the real date 20000302.
  16. ADate input
  17. Dates can be put in three ways:
  18. 1. yymmdd (see Y2K). Values that are allowed correspond to dates in the range 19510101 to 20501231.
  19. 2. yyyymmdd with values in the range 19010101 to 20991231.
  20. 3. yyddd (see Y2K). Values are 00001 to 99365 which correspond to dates in the range 19510101 to 20501231.
  21. There is a fourth option of no date which terminates the program.
  22. Any other invalid input calls the help file or displays an error message.
  23. 1Author
  24. Name: Guy Sturges
  25. Email: Guy@Sturges.ch
  26. %Software
  27. This software is freeware.
  28. Weeks
  29. Week 1 is calculated as starting from the first Monday of the year.
  30. This means week 00 is sometimes known as week 53 of the previous year.
  31. Some years only have 52 weeks and some have 53.
  32. The three digit day is calculated with one representing January 1st.
  33. Day 060 is March 1st for non leap years and February 29th for leap years.
  34. If yymmdd dates are input the cut-off year is 50. This means years <= 50 are in the century 2000 and years > 50 are in the century 1900.
  35. Credits
  36. The algorithms used by this program were derived from the HP67 standard pack program for calculating Julian days and have been adpated for use on the Psion.
  37. %Exit
  38. Enter no date and press Enter.
  39. 1Author
  40. Name: Guy Sturges
  41. Email: Guy@Sturges.ch
  42. %Software
  43. This software is freeware.
  44. Weeks
  45. Week 1 is calculated as starting from the first Monday of the year.
  46. This means week 00 is sometimes known as week 53 of the previous year.
  47. Some years only have 52 weeks and some have 53.
  48. The three digit day is calculated with one representing January 1st.
  49. Day 060 is March 1st for non leap years and February 29th for leap years.
  50. If yymmdd dates are input the cut-off year is 50. This means years <= 50 are in the century 2000 and years > 50 are in the century 1900.
  51. Credits
  52. The algorithms used by this program were derived from the HP67 calculator standard pack program for calculating Julian days and have been adpated for use on the Psion.
  53. %Exit
  54. Enter no date and press Enter.
  55.