Página 1 de 1
TDateEdit
Publicado: Mié Nov 26, 2008 9:21 pm
por Edson Viana
How can I set the format of the date in TDateTime to dd/mm/yyyy, because the
default is mm/dd/yyyy (USA) ..
Thank's
TDateEdit
Publicado: Jue Nov 27, 2008 2:03 am
por Rene Flores
Edson:
> How can I set the format of the date in TDateTime to dd/mm/yyyy, because the
> default is mm/dd/yyyy (USA) ..
He he he... as always.... Add this at the begining of your code:
SET DATE BRITISH / FRENCH or
SET DATE FORMAT to DD/MM/YYYY
Same as in the Old Clipper times
Regards
Rene Flores
http://www.ciber-tec.com
>
> Thank's
>
>
TDateEdit
Publicado: Jue Nov 27, 2008 12:35 pm
por Edson Viana
no changes....
i want to change de format date of de component !!!...
there is any comand ou configuration ???
"Rene Flores" <"rflores[nospam]"@ciber-tec.com> escreveu na mensagem
news:492df1ff$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Edson:
>
>> How can I set the format of the date in TDateTime to dd/mm/yyyy, because
>> the default is mm/dd/yyyy (USA) ..
>
> He he he... as always.... Add this at the begining of your code:
>
> SET DATE BRITISH / FRENCH or
>
> SET DATE FORMAT to DD/MM/YYYY
>
> Same as in the Old Clipper times
>
> Regards
>
> Rene Flores
>
http://www.ciber-tec.com
>
>
>>
>> Thank's
TDateEdit
Publicado: Jue Nov 27, 2008 1:47 pm
por Edson Viana
Gimenez,
why the format of the date in TDateEdit is mm/dd/yy, how can i format to
dd/mm/yy
thank's!
"Edson Viana" <
eviana@cntbrasil.com.br> escreveu na mensagem
news:[email=492dafd9@svctag-j7w3v3j....]492dafd9@svctag-j7w3v3j....[/email]
> How can I set the format of the date in TDateTime to dd/mm/yyyy, because
> the default is mm/dd/yyyy (USA) ..
>
> Thank's
>
TDateEdit
Publicado: Jue Nov 27, 2008 1:52 pm
por ignacio
SET DATE BRITISH
Regards,
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"Edson Viana" <
eviana@cntbrasil.com.br> escribió en el mensaje
news:[email=492e96f1@svctag-j7w3v3j....]492e96f1@svctag-j7w3v3j....[/email]
> Gimenez,
>
> why the format of the date in TDateEdit is mm/dd/yy, how can i format to
> dd/mm/yy
>
> thank's!
>
> "Edson Viana" <
eviana@cntbrasil.com.br> escreveu na mensagem
> news:[email=492dafd9@svctag-j7w3v3j....]492dafd9@svctag-j7w3v3j....[/email]
>> How can I set the format of the date in TDateTime to dd/mm/yyyy, because
>> the default is mm/dd/yyyy (USA) ..
>>
>> Thank's
>>
>
>
TDateEdit
Publicado: Jue Nov 27, 2008 1:55 pm
por jfgimenez
Edson,
> why the format of the date in TDateEdit is mm/dd/yy, how can i format to
> dd/mm/yy
As Rene said, you have to change the date format at the begining of your
program by:
SET DATE FORMAT "dd/mm/yyyy"
that's all.
Attached is a working sample.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Attached files TestDateEdit.zip (1.8 KB)Â
TDateEdit
Publicado: Jue Nov 27, 2008 2:10 pm
por Edson Viana
Thank's a lot... Now I Get....
"Ignacio Ortiz de Zúñiga" <
NoName@xailer.com> escreveu na mensagem
news:[email=492e9829@svctag-j7w3v3j....]492e9829@svctag-j7w3v3j....[/email]
> SET DATE BRITISH
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "Edson Viana" <
eviana@cntbrasil.com.br> escribió en el mensaje
> news:[email=492e96f1@svctag-j7w3v3j....]492e96f1@svctag-j7w3v3j....[/email]
>> Gimenez,
>>
>> why the format of the date in TDateEdit is mm/dd/yy, how can i format to
>> dd/mm/yy
>>
>> thank's!
>>
>> "Edson Viana" <
eviana@cntbrasil.com.br> escreveu na mensagem
>> news:[email=492dafd9@svctag-j7w3v3j....]492dafd9@svctag-j7w3v3j....[/email]
>>> How can I set the format of the date in TDateTime to dd/mm/yyyy, because
>>> the default is mm/dd/yyyy (USA) ..
>>>
>>> Thank's
>>>
>>
>>
>
>