Hi Piotr,
A side note. The Logtalk pack is mainly meant for *deployment*, not *development*. Note that you can download Logtalk installers for several operating-systems from the Logtalk website. If you run one of those installers, the installation will not conflict with thew pack.
I assume you are referring to:
http://logtalk.org/library/iso8601_0.html
First, you need to load that library. Try:
?- {iso8601(loader)}.
...
% (0 warnings)
true.
?- iso8601::date(X,2017,2,3).
X = 2457788.
Cheers,
Paulo
-----------------------------------------------------------------
Paulo Moura
Logtalk developer
Email: <mailto:
pmo...@logtalk.org>
Web: <
http://logtalk.org/>
-----------------------------------------------------------------