SELECT MAX(`date_column`) FROM `myTable`)
would be the generic syntax.
EDIT: Then again, I might not be understanding - do you want the lastest date? Or just whatever date was entered last? If it's the latter of the two questions, you'd probably need some sort of auto incrementing id field to sort by.