comparison scripts/time/datestr.m @ 30916:1325f0c66460 stable

doc: fix minor typo in datestr.m scripts/time/datestr.m: change "nor" to "not"
author Arun Giridhar <arungiridhar@gmail.com>
date Fri, 08 Apr 2022 13:48:13 -0400
parents 796f54d4ddbf
children 597f3ee61a48
comparison
equal deleted inserted replaced
30908:87de38eb52d9 30916:1325f0c66460
105 ## @end multitable 105 ## @end multitable
106 ## 106 ##
107 ## If @var{f} is not specified or is @code{-1}, then use 0, 1 or 16, depending 107 ## If @var{f} is not specified or is @code{-1}, then use 0, 1 or 16, depending
108 ## on whether the date portion or the time portion of @var{date} is empty. 108 ## on whether the date portion or the time portion of @var{date} is empty.
109 ## 109 ##
110 ## If @var{p} is nor specified, it defaults to the current year minus 50. 110 ## If @var{p} is not specified, it defaults to the current year minus 50.
111 ## 111 ##
112 ## If a matrix or cell array of dates is given, a column vector of date strings 112 ## If a matrix or cell array of dates is given, a column vector of date strings
113 ## is returned. 113 ## is returned.
114 ## 114 ##
115 ## @seealso{datenum, datevec, date, now, clock} 115 ## @seealso{datenum, datevec, date, now, clock}