Thank you for the infromation about pswLastChange, that lead me to this post  
<a 
href="http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:46206";>http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:46206</a>

and the solution

<!--- ******** this is the date value from LDAP ********* ---> <CFPARAM 
name="variables.lastLogon" default="127937470871482500" /> <cfscript> // parse 
value into minutes variables.calcLastLogon = variables.lastlogon / 
(60*10000000); //add minutes from WINDOWS EPOCH TIME variables.finalResult.ts = 
DateAdd('n',variables.calcLastLogon,'1/1/1601'); variables.finalResult.date = 
Dateformat(variables.finalResult.ts,'dddd, mmmm dd, yyyy'); 
variables.finalResult.time = Timeformat(variables.finalResult.ts,'h:mm tt'); 
//some basic output   writeoutput('the last logon date was on ' & 
variables.finalResult.date &' at  ' & variables. finalResult.time); </cfscript> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305710
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to