I don't think the users page or the User Manager plugin allow sorting users by registration date. A database query for this is rather simple, though, so maybe try that (if you just want a sorted list of users for your own use).
SELECT * FROM qa_users ORDER BY created;