In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

tests/dates5.prg

Xailer professional forum in English
Responder
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

tests/dates5.prg

Mensaje por Nick Hilder »

Howdy
I wonder if someone who downloads XH from the CVS could either paste the
contents a file here or email it to me
The file I want is
tests/dates5.prg
Thanks
Nick
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

tests/dates5.prg

Mensaje por ignacio »

Nick,
Attached with this message.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> escribió en el mensaje
news:4702f7b5$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Howdy
>
> I wonder if someone who downloads XH from the CVS could either paste the
> contents a file here or email it to me
>
> The file I want is
>
> tests/dates5.prg
>
>
>
> Thanks
>
>
>
> Nick
>
>


Attached files dates5.rar (843 B)Â
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

tests/dates5.prg

Mensaje por NoName »

Nick,
Attached with this message.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Nick Hilder" <nick_Nospam#$%@capsol.com%NOSPAM%.au> escribió en el mensaje
news:4702f7b5$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Howdy
>
> I wonder if someone who downloads XH from the CVS could either paste the
> contents a file here or email it to me
>
> The file I want is
>
> tests/dates5.prg
>
>
>
> Thanks
>
>
>
> Nick
>
>


Attached files dates5.rar (843 B)Â
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

tests/dates5.prg

Mensaje por Nick Hilder »

I'm not sure if anyone knows this, but in the latest version of xh with date
and time support we appear to have a range of new functions to go hand in
hand with the new data type
Maybe they have always existed? I have never seen them in the xh help etc
I have guessed what each one does
STOT( "20040101125959.15" ) //String to Time
TTOC( dDateTime ) //Time to Char
TTOS( dDateTime ) //Time to String
DateTime() //Return the Current date and time
CTOT( TTOC( dDateTime ) //Char to Time
Nick Hilder
Mensajes: 328
Registrado: Mar Nov 21, 2006 2:10 am

tests/dates5.prg

Mensaje por Nick Hilder »

I'm not sure if anyone knows this, but in the latest version of xh with date
and time support we appear to have a range of new functions to go hand in
hand with the new data type
Maybe they have always existed? I have never seen them in the xh help etc
I have guessed what each one does
STOT( "20040101125959.15" ) //String to Time
TTOC( dDateTime ) //Time to Char
TTOS( dDateTime ) //Time to String
DateTime() //Return the Current date and time
CTOT( TTOC( dDateTime ) //Char to Time
Responder