cmc_as_year: Converts date in Century Month Code (CMC) to date in calendar...

Description Usage Arguments Value Author(s) Examples

Description

Converts date in Century Month Code (CMC) to date in year and fraction of year.

Usage

1
cmc_as_year (x,selectday)

Arguments

x

Date in Century Month Code

selectday

If input date is in Century Month Code, selectday gives the day of the month. Default value is one, the transition occurs on the 1st of the month.

Value

Dates in calendar year and fraction of year

Author(s)

Frans Willekens

Examples

1
2
	# CMC 555, which is March 1,1946 or 1946.167
	cmc_as_year (x=555,selectday=1)

Biograph documentation built on May 1, 2019, 8:48 p.m.