$adate: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 18: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.