Fix Text() and add dayOfWk
Since the TI-84+ CE's Text()
function renders the text where the point provided is the top left corner, and graphics.py renders it where the point provided is the center, the point is now adjusted to work with graphics.py but still have the same effect.
Added dayOfWk()
function in getDateTime.py