The view dba_users has a column "expiry_date" which you can use to determane the date the password was changed, by using the profile information on "password_life_time" .

"expiry_date"(date) - password_life_time(days) should give you the result.