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 @safe
int
convertYear
(,
bool centurySpecified = false
)

Parameters

convertYear int

year to be converted

centurySpecified bool

is the century given in the year

Return Value

Type: int

the converted year

Meta