convertYear

If the century isn't specified, e.g. "'07", then assume that the year is in the current century and return it as such. Otherwise do nothing

package
int
convertYear
@safe
(
,
bool centurySpecified = false
)

Parameters

convertYear
Type: int

year to be converted

centurySpecified
Type: bool

is the century given in the year

Return Value

Type: int

the converted year

Meta