User`s guide
APPENDIX A Function Reference
User’s Guide 133
uBase64Encode
Description Decodes a string into a Base64 representation.
Syntax string uBase64Encode(input)
Parameters
string input
The string to decode.
Examples To encode a string into a Base64 representation:
uBase64DEncode("A secret") ;; returns "QQAgAHMAZQA="
uConvertDate
Description Converts a date string into a different format using a source and a destination
format string: The first parameter is the date string to be converted; the second
parameter is a format string, specifying the date format of the input date string
(see the following table). The
outputformat parameter is optional, and if it is
omitted, the date is converted in the format y-M-D H:N:S.
The function handles dates from 1582 to present day. If the date cannot be
converted, the result string will be empty.