Index

Date date()

Return the current date and time (UTC).

Arguments:
(none)

Example:
The following example displays today's date as DD-MM-YYYY HH:MM:SS.
 print $date

Martin Shepherd (9-Oct-1997)