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.

TDateEdit

Xailer English public forum
Responder
Edson Viana
Mensajes: 8
Registrado: Lun Nov 17, 2008 12:36 pm

TDateEdit

Mensaje 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
Rene Flores
Mensajes: 620
Registrado: Jue Mar 23, 2006 2:39 am

TDateEdit

Mensaje 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
>
>
Edson Viana
Mensajes: 8
Registrado: Lun Nov 17, 2008 12:36 pm

TDateEdit

Mensaje 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
Edson Viana
Mensajes: 8
Registrado: Lun Nov 17, 2008 12:36 pm

TDateEdit

Mensaje 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
>
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9443
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TDateEdit

Mensaje 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
>>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

TDateEdit

Mensaje 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)Â
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Edson Viana
Mensajes: 8
Registrado: Lun Nov 17, 2008 12:36 pm

TDateEdit

Mensaje 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
>>>
>>
>>
>
>
Responder