![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||
|
|
|||||
| function | now-as-ymdhms | ||||
| Other Library Functions |
|
Library: Date and Time
Include: omdate.xin |
Returns: String
Returns a 19-character string representing the current date and time. |
define stream function now-as-ymdhms
This function returns a 19-character string of the current date and time in a standard, normalized "YYYYMMDDhhmmss+ZHZM" format.
Example:
output "Now = " || now-as-ymdhms || "%n"
| ---- |