IRIS Toolbox Reference Manual
dat2charlist
Convert dates to a comma-separated list
Syntax
C = dat2charlist(D,...)
Input arguments
D
[ numeric ] - IRIS serial date numbers that will be converted to a comma-separated list.
Output arguments
C
[ char ] - Text string with a comma-separated list of dates.
Options
See help on
dat2str
for options available.
Description
Example