Rod Dorman · Jul 18, 2019
Rod Dorman · Oct 27, 2019
The value we wanted should have been a simple string, and we did not
know how to convert the output to string
##class(%SYSTEM.Encryption).MD5Hash() does return a string, what do you mean by 'simple'? If you mean 'displayable' that will depend on what you're trying to display on.
Take a look at ##class(%SYSTEM.Encryption).Base64Encode() that will return a string with only non-control ASCII characters.
Rod Dorman · Aug 1, 2019
It also requires Unicode, it won't work on a 8-bit installation.
Followers:
Rod has no followers yet.
Following:
Rod has not followed anybody yet.
Global Masters badges:
Rod has no Global Masters badges yet.
Use $ZDATEH() to convert to internal $HOROLOG format, and $ZDATE() to convert to your desired format
WRITE $ZDATE($ZDATEH("14JAN1991",8),8)