Converts a string to a Date time.
This uses a non-standard format syntax (see below).
* %a - am or pm
* %A - AM or PM
* %d - Day, 01-31
* %D - Day of the Year, 001-366
* %m - Month, 01-12
* %y - Year, YY
* %Y - Year, YYYY
* %h - 12h Hour, 01-12
* %H - 24h Hour, 00-23
* %M - Minute, 00-59
* %S - Second, 00-60
* %s - Millisecond, 000-999
Converts a Date Time to string.
This uses a non-standard format syntax (see below).
* %a - am or pm
* %A - AM or PM
* %d - Day, 01-31
* %D - Day of the Year, 001-366
* %m - Month, 01-12
* %y - Year, YY
* %Y - Year, YYYY
* %h - 12h Hour, 01-12
* %H - 24h Hour, 00-23
* %M - Minute, 00-59
* %S - Second, 00-60
* %s - Millisecond, 000-999
Returns all values from the bool array as string.
Returns all values from the int64 array as string.
Returns all values from the int array as string.
Returns all values from the float array as string.
Returns all values from the name array as string.