*month-precedes-date*Date and Time*year-first**time-first*GoTo Top

*time-first*   [Variable]

Purpose
Control the default date and time ordering for GBBopen Tools date and time entities.

Package   :gbbopen-tools

Module   :gbbopen-tools

Value type   A generalized boolean

Initial value   nil

See also
    encode-date-and-time
    parse-date-and-time

Example
Change the default date and time ordering to have the time precede the date:

  > (let ((*time-first* 't))
      (parse-date-and-time "10:30pm 4/1/10"))
  0
  30
  22
  1
  4
  2010
  nil
  nil
  14
  >


The GBBopen Project


*month-precedes-date*Date and Time*year-first**time-first*GoTo Top