| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. Significant update since 8.0 release. | |||||||||
Arguments: date-time &key (stream *terminal-io*) (show-date nil) (show-time nil) (fmt nil) (locale *locale*)
This function provides a shorthand way to call to locale-format-time. This function takes only one required argument (compared to four for locale-format-time) and supplies defaults for the rest. A call to locale-print-time is equivalent to (but not necessarily implemented as) the following.
(locale-format-time stream datetime show-date show-time locale fmt)
See Localization support in Allegro CL in iacl.htm.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. Significant update since 8.0 release. | |||||||||