e r l a n g : c o o k b o o k

Erlang.DateTime
  Difference Topic DateTime (r1.1 - 28 Aug 2004 - BrentAFulgham)
Added:
>
>

%META:TOPICINFO{author="BrentAFulgham" date="1093733377" format="1.0" version="1.1"}% %META:TOPICPARENT{name="TimeIntroduction"}%

DateTime

Erlang DateTime values are a set of tuples of the form:
{Date, Time}
Where Date and Time are defined as follows:
{Year, Month, Day}         % Date
{Hour, Minute, Second}     % Time
These tuples are used in all Erlang time or date-related functions, with the exception of the various calendar module functions that manipulate time in Epoch seconds.

-- BrentAFulgham - 28 Aug 2004

%META:FORM{name="CookbookForm"}% %META:FIELD{name="TopicType" title="TopicType" value="Glossary"}% %META:FIELD{name="ParentTopic" title="ParentTopic" value=""}% %META:FIELD{name="TopicOrder" title="TopicOrder" value=""}%

 
 
Copyright © 2004 by the contributing authors. All material on the Erlang Cookbook web site is the property of the contributing authors.
This material can be redistributed and/or modified under the terms of the GNU Lesser General Public License (LGPL), version 2.1, as published by the Free Software Foundation.
Ideas, requests, problems regarding Schematics Cookbook? Send feedback.
/ You are Main.guest