$adate

From Scriptwiki
Jump to: navigation, search

Returns the current date in month/day/year US-format.

$adate


This identifier does not take any parameters.

Note that you can use $date to return the current date in the European format.

Example

echo -a $adate

This echos e.g. 11/26/2005 to the active window.