|
Revision 1540, 0.6 KB
(checked in by pmoura, 4 years ago)
|
|
Updated release number to 2.21.2.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================= |
|---|
| 2 | Logtalk - Object oriented extension to Prolog |
|---|
| 3 | Release 2.21.2 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================= |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | To load all entities in this group load the dates_loader.lgt utility |
|---|
| 10 | file: |
|---|
| 11 | |
|---|
| 12 | | ?- logtalk_load(dates_loader). |
|---|
| 13 | |
|---|
| 14 | The object date implements some useful calandar date predicates. |
|---|
| 15 | |
|---|
| 16 | The object time implements some useful time predicates. |
|---|
| 17 | |
|---|
| 18 | Please note that some of the functionality of these objects depends |
|---|
| 19 | on the chosen Prolog support for accessing operating system time and |
|---|
| 20 | date values. |
|---|