(go to: table of contents, index, list of vms_lib, prev: CVT_VECTIM, next: DAY)
vms_lib.date_time() does not take any arguments.
Examples:
DATE_TIME - Date and Time Returned as a String
Format:
30-SEP-1998 ZE.
date_time_string = vms_lib.date_time ()
Returns:
Arguments:
>>> import vms_lib
>>> date_time_string = vms_lib.date_time ()
>>> date_time_string
' 2-NOV-1997 16:23:21.93'
* Note that there can be a space character at the begin!
>>> vms_lib.date_time ()
'15-MAR-1996 22:12:31.48'
(go to: table of contents,
index,
list of vms_lib,
prev: CVT_VECTIM,
next: DAY)