comparison scripts/time/datevec.m @ 14852:53d2c3598d33

doc: Periodic spellcheck of documentation. * aspell-octave.en.pws: Add new valid words to private dictionary. * graphics_toolkit.m, print.m, datevec.m, input.cc (filemarker): Correct spelling.
author Rik <octave@nomad.inbox5.com>
date Mon, 09 Jul 2012 09:43:53 -0700
parents b7675598094a
children d63878346099
comparison
equal deleted inserted replaced
14851:fa3989fbb1b5 14852:53d2c3598d33
29 ## month, day, hour, minute, and seconds respectively. 29 ## month, day, hour, minute, and seconds respectively.
30 ## 30 ##
31 ## @var{f} is the format string used to interpret date strings 31 ## @var{f} is the format string used to interpret date strings
32 ## (see @code{datestr}). If @var{date} is a string, but no format is 32 ## (see @code{datestr}). If @var{date} is a string, but no format is
33 ## specified, then a relatively slow search is performed through various 33 ## specified, then a relatively slow search is performed through various
34 ## formats. It is always preferable to specifiy the format string @var{f} 34 ## formats. It is always preferable to specify the format string @var{f}
35 ## if it is known. Formats which do not specify a particular time component 35 ## if it is known. Formats which do not specify a particular time component
36 ## will have the value set to zero. Formats which do not specify a date will 36 ## will have the value set to zero. Formats which do not specify a date will
37 ## default to January 1st of the current year. 37 ## default to January 1st of the current year.
38 ## 38 ##
39 ## @var{p} is the year at the start of the century to which two-digit years 39 ## @var{p} is the year at the start of the century to which two-digit years