root/tags/lgt2310/library/dates.notes

Revision 3941, 0.6 KB (checked in by pmoura, 13 months ago)

Updated release number to 2.31.0 due to the incompatible changes in this version regarding compiler hooks.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.31.0
4
5Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved.
6================================================================
7
8
9To load all entities in this group load the dates_loader.lgt utility
10file:
11
12    | ?- logtalk_load(dates_loader).
13
14The object date implements some useful calandar date predicates.
15
16The object time implements some useful time predicates.
17
18Please note that some of the functionality of these objects depends
19on the chosen Prolog support for accessing operating system time and
20date values.
Note: See TracBrowser for help on using the browser.