Forum Discussion
1 Reply
- robert_parksNew Contributor III
Any idea on converting the LDAP DateTime string?
Specifically the LastLogOn?- robert_parksNew Contributor III
Found it!
Date.parse(parseInt($Date)/10000 - 11644473600000)
Where $Date is LastLogon or LastLogonTimestamp from AD.
- anivtkNew Contributor II
Check this link too… Converting Varchar data into Datetime - #11 by anivtk