When dating data has a character format like when involving AD, BC, BCE, C.E., etc., or even centuries like Cent.,
it is many times convenient to convert these type of dating data into a numerical format for a further computation.
In case that the input data has two or more plausible dates, then the outcome by default takes the first value of the input;
otherwise the last date with option last
.
dts
also accepts dates involving centuries with the cent
option, and in this case,
it is possible to specify a separator of the century endpoints in sep
or use " to
" as the default separator.
For dates having character format, then hyphens are regarded as separators of the plausible dates in x
.