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