Short:        Docky: display the current time and date
Author:       Fredrik Wikstrom
Uploader:     Fredrik Wikstrom <fredrik a500 org>
Type:         util/time
Version:      52.3
Replaces:     util/time/datetime_docky.lha
Architecture: ppc-amigaos

Installation:

1. Copy TimeDate.docky anywhere on harddrive (f.e. SYS:Utilities/Dockies)
2. Add to an AmiDock dock

Settings:

Docky settings can be changed by modifying the icon's tooltypes.

Currently these tooltypes are used by the docky:

AMPM - Enables 12-hour mode (AM/PM)
DATEFMT - Defaults to DOS (dd-mmm-yy)
 - Following are allowed values (x / y means that x and y are equivalent):
    - DOS / dd-mmm-yy
    - INT / yy-mmm-dd
    - USA / mm-dd-yy
    - CDN / dd-mm-yy
 - ISO / yyyy-mm-dd
FONTNAME - Name of fixedwidth font to use (with .font extension)
 - Defaults to system default font
FONTSIZE - Size of font
 - Only used if FONTNAME is also specified

Compiling:

"make".

Changes:

52.3 (9-Oct-2007)
 - fixed the missing zero in 12-hour mode

52.2 (14-Mar-2007)
 - added AMPM/DATEFMT/FONTNAME/FONTSIZE tooltype settings

52.1
 - first released version