module TimeConstantMethods

def fortnights

## Returns the number of seconds in fortnights
def fortnights
	return self * 2.weeks
end