1. In the Desktop Authority Manager console, browse to Client Configuration | Global Options | User Management Options | Definitions.
2. Click Edit
3. Next, paste the following code into the definitions area:
$Year = left($Date,4)
$Day = right($Date,2)
$Month = substr($Date,6,2)
$Date2 = $Month + '/' + $Day + '/' + $Year
4. Now use $Date2 instead of $Date to get the format MM/DD/YYYY.
Note: Pressing F2 from a data field will display a list of dynamic variables.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center