Difference between revisions of "$adate"

From Scriptwiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 20:25, 26 November 2005

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.