Página 1 de 1

tests/dates5.prg

Publicado: Mié Oct 03, 2007 4:00 am
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

tests/dates5.prg

Publicado: Mié Oct 03, 2007 9:11 am
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)Â

tests/dates5.prg

Publicado: Mié Oct 03, 2007 9:11 am
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)Â

tests/dates5.prg

Publicado: Mar Oct 09, 2007 12:39 am
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

tests/dates5.prg

Publicado: Mar Oct 09, 2007 12:39 am
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