Use $page->date($format = false, $field = 'date') with form field not called date

When I try that, I get:

‘Fatal error: Function name must be a string in…’

and saying

echo $page->begin_date(‘Y’);

gives me the whole date, not only the year.