Search found 15 matches: yyyymmdd

Return to advanced search

Re: HASH to File and File to HASH

... ) )  There is one problem with HASH --> JSON --> HASH. Any date values in the original hash are converted to character stings "yyyymmdd". Unless we scan the hash and convert all such values back to date type, the hash can not be used in date calculations. Please try this ...
by nageswaragunupudi
Sat Nov 26, 2022 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH to File and File to HASH
Replies: 6
Views: 550

Re: Column Function in XBROWSE

... "@ZE 99,999,999.999" ; in this XBROWSE there is dAAAAMMGGadata FUNCTION whit single quotes that convert field DATA from YYYYMMDD to DD/MM/YYYY and it works for each row in oRsMovimenti thank you
by damianodec
Fri Oct 13, 2017 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Column Function in XBROWSE
Replies: 10
Views: 1695

Re: A problem xBrowse seek on DATE and NUMERIC ?

Numerics and dates are sorted in the order of the values, not as character values.
So the seeks can not be on the initial characters as they appear in the browse.

Numerics: Seek to the value next higher than the value entered.
Dates: Seeks to the value next higher than the value in YYYYMMDD format
by nageswaragunupudi
Tue Jan 17, 2017 3:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem xBrowse seek on DATE and NUMERIC ?
Replies: 6
Views: 2403

Re: Ideas????

... the text file, with this you will always have the information that you need in the local log or online. You can split in little files too: Folder YYYYMMDD Files HHMM - file with info about this Hour/Minute if each 5sec, 12 records/lines
by sambomb
Wed Nov 19, 2014 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ideas????
Replies: 20
Views: 3382

Re: Archivos FTP con Fecha incorrecta en FW

... " / / "  esto es correcto, ambas cadenas de fechas construidas estan fallando, la idea es que hb_DtoS(dFecha) retorna una cadena "YYYYMMDD", hb_StoD(cFecha) transforma una cadena "YYYYMMDD" a formato fecha, de ello se desprende que: "2013" + "1" ...
by carlos vargas
Wed Oct 09, 2013 10:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos FTP con Fecha incorrecta en FW
Replies: 5
Views: 1089

Re: CSV to DBF

Silvio APPEND FROM .... converts dates ONLY of the source data is in YYYYMMDD format. In your case you have to create the field as character field with length 10. After importing you have to copy to other file converting date with CTOD() Or you can adopt my ...
by nageswaragunupudi
Thu Aug 29, 2013 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 22
Views: 9307

Re: Operaciones con fechas en ADO

... 2 clientes y les instale la misma aplicacion y en uno corria bien y en otro no, daba errores por las fechas, y comence a usarlas en formato ANSI YYYYMMDD talcual como las devuelve DTOS y ya no estoy pendiente de las fechas. este codigo lo acabo de probar en mysql y corre perfecto select * from ...
by Simon
Tue Mar 12, 2013 12:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Operaciones con fechas en ADO
Replies: 21
Views: 4247

Re: Operaciones con fechas en ADO

... AND VENCTO <= '"+DtoS( dFinal ) + "'"  uso dtos en vez de dtoc para convertirlo a string y usar la fecha como ansi "yyyymmdd", asi no tienes problemas con el codigo sql, corre en sql server y mysql.
by Simon
Mon Mar 11, 2013 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Operaciones con fechas en ADO
Replies: 21
Views: 4247

Re: APPE FROM ...DELIMITED date-format question.

Dear Marc Vanzegbroeck,

Try use numeric for date with format YYYYMMDD ,

like :

11795129,20120731,42,9,"","Laadbrug",8,1,0,0.00


Thank

kok
by kok joek hoa
Fri Sep 07, 2012 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: APPE FROM ...DELIMITED date-format question.
Replies: 3
Views: 649

Re: how to compile the file maindllp.c

... int iParam, ... ) after const char * hb_parc( int iParam, ... ) line 629 before char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */ after const char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */ line 1518 before ULONG hb_snprintf( char * buffer, ...
by zazibr
Mon Mar 22, 2010 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3550

Re: how to compile the file maindllp.c [SOLVED]

... * hb_parc( int iParam, ... ) to const char * hb_parc( int iParam, ... ) 627: char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */ to const char * hb_pards( int iParam, ... ) /* retrieve a date as a string yyyymmdd */ 1518: ULONG hb_snprintf( char * buffer, ULONG nSize, ...
by Roberto Parisi
Sat Mar 20, 2010 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to compile the file maindllp.c
Replies: 17
Views: 3550

Re: Interfacing with Dicom sistems

... TDicomVRDA - DICOM Value Representation Date        **                                                              **  A date in the format YYYYMMDD                               **                                                              *\**************************************************************/CLASS ...
by xProgrammer
Wed Jan 27, 2010 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interfacing with Dicom sistems
Replies: 41
Views: 11767

Re: Problema con Append from

... If they are not, a runtime error occurs when the APPEND FROM command is invoked. Any date information in <xcFile> must be in the format yyyymmdd to be properly APPENDed. In a network environment, APPEND FROM does not require that the current database file be USEed EXCLUSIVEly or locked ...
by FranciscoA
Mon Nov 02, 2009 2:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Append from
Replies: 7
Views: 2157

Fivewin Classes

... the same principle as one would need for XML. You would need to add definitions for Data, Export Translations (i.e. would date be exported as YYYYMMDD or MM/DD/YYYY, logicals as -1=True, 0=False) I am hoping that perhaps a group of us could come up with a DTD format, then a generic 'class' ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65057

Two suggestions.

Date may be formatted as yyyy-mm-dd but not as yyyymmdd. This can be done by SET DATE ANSI and use DTOC( dvar ).

For empty dates use null string.

Logicals may be converted as TRUE or FALSE. Excel understands True / False but not YES / NO.
by nageswaragunupudi
Sat Feb 09, 2008 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Excel-Sheet of any DBF-File with AutoOle (Update)
Replies: 4
Views: 1616

Return to advanced search