Monday 19 July 2010

How to format fields in CSVDE csv dump to display as a date?

The formula to convert from Active Directory LastLogon or LastLogonTimestamp for excel is:


Code :
1.=IF(C2>0,C2/(8.64*10^11) - 109205,"")

Obviously change the C2 to mirror the filed with the date data.

No comments: