Can you specify "action date"? Maybe you mean the last activity of question/answer/comment.
Then you could query:
$lastactivity = qa_db_read_one_value(
qa_db_query_sub( 'SELECT `created` FROM `^posts`
ORDER BY created DESC
LIMIT 1
'), true );
which would return something like: "2015-07-02 23:00:13"