Doc patch.



Some  Changes to two of the date funciton docs. I copied the original
file into fn-date1.c and then changed fn-date.c.  I hope that this is
usefull.

Phill
*** fn-date.c   Thu Dec 21 07:42:46 2000
--- fn-date1.c  Wed Dec 20 22:10:02 2000
***************
*** 565,577 ****
           "@SYNTAX=DAY (serial_number)\n"
  
           "@DESCRIPTION="
!          "Converts a serial number to a day of month."
           "\n"
           "Note that Gnumeric will perform regular string to serial "
           "number conversion for you, so you can enter a date as a "
           "string."
           "\n"
!          "@EXAMPLES=  day("mm/dd/yy")=dd\n"
           "\n"
           "@SEEALSO=MONTH, TIME, NOW, YEAR")
  };
--- 565,577 ----
           "@SYNTAX=DAY (serial_number)\n"
  
           "@DESCRIPTION="
!          "Converts a serial number to a day."
           "\n"
           "Note that Gnumeric will perform regular string to serial "
           "number conversion for you, so you can enter a date as a "
           "string."
           "\n"
!          "@EXAMPLES=\n"
           "\n"
           "@SEEALSO=MONTH, TIME, NOW, YEAR")
  };
***************
*** 600,615 ****
           "@SYNTAX=WEEKDAY (serial_number)\n"
  
           "@DESCRIPTION="
!          "Converts a serial number to a weekday. Returns an integer"
!          "from the range 0-6. Saturday is 0, through to Friday being 6"
           "\n"
           "Note that Gnumeric will perform regular string to serial "
           "number conversion for you, so you can enter a date as a "
           "string."
           "\n"
!          "@EXAMPLES= WEEKDAY(12/Sat/00)=0, WEEKDAY(12/Tue/00)=3\n"
           "\n"
!          "@SEEALSO=DAY, MONTH, TIME, NOW, YEAR")
  };
  
  static Value *
--- 600,614 ----
           "@SYNTAX=WEEKDAY (serial_number)\n"
  
           "@DESCRIPTION="
!          "Converts a serial number to a weekday.  FIXME: explain."
           "\n"
           "Note that Gnumeric will perform regular string to serial "
           "number conversion for you, so you can enter a date as a "
           "string."
           "\n"
!          "@EXAMPLES=\n"
           "\n"
!          "@SEEALSO=MONTH, TIME, NOW, YEAR")
  };
  
  static Value *
***************
*** 742,749 ****
           "\n"
           "Returns #NUM! if start_date or months are invalid."
           "\n"
!          "@EXAMPLES= If A1 contains 12/21/00 then EOMONTH(A1,0)=12/31/00, "
!          "EOMONTH(A1,5)=5/31/01, and EOMONTH(A1,2)=2/28/01\n"
           "\n"
           "@SEEALSO=MONTH")
  };
--- 741,747 ----
           "\n"
           "Returns #NUM! if start_date or months are invalid."
           "\n"
!          "@EXAMPLES=\n"
           "\n"
           "@SEEALSO=MONTH")
  };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]