comp.lang.ada
 help / color / mirror / Atom feed
From: Mario Amado Alves <maa@di.fct.unl.pt>
To: comp.lang.ada@ada.eu.org
Subject: Planned increment for package Datetime
Date: Fri, 16 Mar 2001 14:50:59 +0000 (WET)
Date: 2001-03-16T14:50:59+00:00	[thread overview]
Message-ID: <mailman.984753974.22343.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: <98qvnk$686$1@nh.pace.co.uk>

Still a propos the date formats issue. Fresh news. Excerpt from
"http://lexis.di.fct.unl.pt/ADaLIB/datetime.htm":

"""
Planned increment: extension to other formats

An enumeration listing all implemented formats:

  type Formats is (Default_Format, ...);

where Default_Format is the 27-characters adjustable format descibed above.
Functions with a corresponding additional optional argument:

  function Value(
    Datetime: in String;
    Format: in Formats := Default_Format)
    return Time;

  function Image(
    Time_Value: in Time
    Format: in Formats := Default_Format)
    return String;

Function bodies incremented accordingly. Use a case construct on Format.
Because the Format parameter is optional, the increment is backward
compatible.
"""

Effecting this increment is left as an training exercise to the students
who originally sought a "calander" (sic) package ;-)

| |,| | | |RuaFranciscoTaborda24RcD 2815-249CharnecaCaparica 351+939354005
|M|A|R|I|O|
|A|M|A|D|O|DepartmentoDeInformaticaFCT/UNL 2825-114 Caparica 351+212958536
|A|L|V|E|S|                                                  fax 212948541
| | | | | |                 maa@di.fct.unl.pt                FCT 212948300





  reply	other threads:[~2001-03-16 14:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-13  0:04 calander package arcele
2001-03-13 14:24 ` Marin David Condic
2001-03-14 11:52   ` Mario Amado Alves
2001-03-13 15:52 ` Ted Dennison
2001-03-13 16:45   ` Marin David Condic
2001-03-13 18:52     ` Ted Dennison
2001-03-13 19:50       ` Marin David Condic
2001-03-13 21:47         ` Randy Brukardt
2001-03-13 22:32           ` Marin David Condic
2001-03-14  2:04           ` Vincent Marciante
2001-03-14 14:47             ` Marin David Condic
2001-03-15  0:23             ` Jeffrey Carter
2001-03-15 17:45               ` Marin David Condic
2001-03-16 16:54               ` Robert A Duff
2001-03-14  0:51         ` tmoran
2001-03-14 15:21           ` Marin David Condic
2001-03-15  1:39             ` Randy Brukardt
2001-03-15 17:55               ` Marin David Condic
2001-03-16 14:50                 ` Mario Amado Alves [this message]
2001-03-14  2:19       ` Jeffrey Carter
2001-03-14  8:33 ` Pascal Obry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox