Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Convert FILETIME to java.util.date

807606Jun 15 2006 — edited Apr 23 2007
Hi,

Here is the Question.I have to display the lastpasswordchange of
a user in AD.

I am able to get the value lastpwdSet from AD,which gives the necessary value but it is some thing like
 127948319499226601
The unit of the above data is FILETIME or intervals of 100-nano seconds since JAN 01 1601.

I want to present this information as util.date to to the user.

How can I achieve this.

Thanks ,
pandu
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2007
Added on Jun 15 2006
5 comments
6,258 views