For the update you can remove the hidden field and just use:
$UpdateQuery->bindColumn("verifieddate", "t", "", "WA_TIMESTAMP");
That should update with the current timestamp automatically.
Then when displaying use:
if (strtotime($WADAtbl_mytable->getColumnVal("verifieddate")) <= strtotime("-1 year") ) {