$adate

From Scriptwiki
Revision as of 19:25, 26 November 2005 by Doomie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.