Datetime

Datetime

Postby Patricio Avalos Aguirre » Thu Feb 28, 2008 2:36 pm

Estimados

Estoy tratando de usar este tipo de variable pero al colocar

? datetime() este me devuelve 28/02/2008

alguien utiliza este tipo de datos

desde ya muchas gracias

aqui hay un ejemplo, es como no colocara el time


Code: Select all  Expand view  RUN
PROCEDURE _Main()

      LOCAL dDateTime := {^2007/04/26 16:31:24.789 }

      ? Set(_SET_TIMEFORMAT)           // result:  hh:mm:ss.cc

      ? dDateTime                      // result:  26/04/2007
      ? datetime()                     // result:  28/02/2008

      SET TIME FORMAT TO "hh:mm pm"

      ? dDateTime                      // result:  26/04/2007

      SET DATE TO ITALIAN
      SET CENTURY ON
      SET TIME FORMAT TO "hh|mm|ss"

      ? dDateTime                      // result:  26/04/2007
   RETURN
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
User avatar
Patricio Avalos Aguirre
 
Posts: 1060
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

Postby JmGarcia » Thu Feb 28, 2008 7:32 pm

Patricio Avalos Aguirre wrote:? datetime() este me devuelve 28/02/2008
Define SET DATE FRENCH al comienzo del programa.

Sintaxis:
Code: Select all  Expand view  RUN
SET DATE FORMAT [TO] <cDateFormat>

or

SET DATE [TO] AMERICAN |
                  ansi |
               British |
                French |
                German |
               Italian |
                 Japan |
                   usa


Code: Select all  Expand view  RUN
Keywords for SET DATE Keyword Date format
AMERICAN mm/dd/yy
ANSI     yy.mm.dd
BRITISH  dd/mm/yy
FRENCH   dd/mm/yy
GERMAN   dd.mm.yy
ITALIAN  dd-mm-yy
JAPAN    yy/mm/dd
USA      mm-dd-yy


Si ademas defines SET CENTURY ON el año te saldrá con 4 digitos.
Mi abuelo decía: Los aviones vuelan porque Dios quiere, y los helicópteros ni Dios sabe porque vuelan.
FWH 16.02, xHarbour 1.2.3, Harbour 3.2.0, WorkShop 4.5, AJ Make 0.30, Borlan BCC 7.00, VisualStudio 2013
User avatar
JmGarcia
 
Posts: 654
Joined: Mon May 29, 2006 3:14 pm
Location: Madrid - ESPAÑA


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 54 guests