Board index » delphi » Date formatted 'dd/mm/yyyy'
John Herbster
![]() Delphi Developer |
Sat, 05 Oct 2002 03:00:00 GMT
|
John Herbster
![]() Delphi Developer |
Sat, 05 Oct 2002 03:00:00 GMT
Date formatted 'dd/mm/yyyy'
Set property TField.DisplayFormat = 'dd/mm/yyyy'
|
Felik Harmant
![]() Delphi Developer |
Sun, 06 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'Hi... How to setup all date data (Tfield, Date) in Application with format like Thanks |
kenneth thompso
![]() Delphi Developer |
Sun, 06 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'I put mine in project after the creation but before the 'run' but also could be in a unit. ShortDateFormat := 'm/d/yyyy'; QuoteFelik Harmanto wrote: |
Felik Harmant
![]() Delphi Developer |
Sun, 06 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'thanks. But.... how about function Date? where should I formatted it? QuoteJohn Herbster <herb-...@swbell.net> wrote in message Quote> Set property TField.DisplayFormat = 'dd/mm/yyyy' |
Felik Harmant
![]() Delphi Developer |
Sun, 06 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'thanks, I've tried it like you sad, but when I compile my project I got error thanks . Quotekenneth thompson <kenneth.l.thomp...@worldnet.att.net> wrote in message Quote> I put mine in project after the creation but before the 'run' but also |
Jan Sprenge
![]() Delphi Developer |
Sun, 06 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'On Wed, 19 Apr 2000 12:26:16 +0700, "Felik Harmanto" Quote<felikharma...@yahoo.com> wrote: include that in your uses list. Jan |
Felik Harmant
![]() Delphi Developer |
Sun, 06 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'Thanks... I did what you sad to do. But when I use Date function in my report using Is it possible to make TDBEdit control in mode editing be formatted like Thanks QuoteJan Sprengers <j...@nospamplease.adm2000.be> wrote in message Quote> On Wed, 19 Apr 2000 12:26:16 +0700, "Felik Harmanto" |
Jan Sprenge
![]() Delphi Developer |
Sun, 06 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'On Wed, 19 Apr 2000 18:17:05 +0700, "Felik Harmanto" Quote<felikharma...@yahoo.com> wrote: LongDateFormat instead of the ShortDateFormat like you were told to. To change the date format for all Windows applications, together with ShortDateFormat := 'dd/mm/yyyy'; HTH, Jan |
Andreas Pawli
![]() Delphi Developer |
Sun, 06 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'Quote>Felik Harmanto wrote: see your previous post). Add SysUtils to the uses clause. Put this e.g. into the FormCreate event: ShortDateFormat := 'dd/mm/yyyy'; ________ |
Felik Harmant
![]() Delphi Developer |
Mon, 07 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'I've tried using ShortDateFormat, LongDateFormat and it stiil not change. When I create report using QuickReport 3.0.5, Date funtion that I used as I used to create program using foxpro. When I want to change date format Please help me? Thanks anyway. QuoteJan Sprengers <j...@nospamplease.adm2000.be> wrote in message Quote> On Wed, 19 Apr 2000 18:17:05 +0700, "Felik Harmanto" |
Jan Sprenge
![]() Delphi Developer |
Mon, 07 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'On Thu, 20 Apr 2000 08:00:03 +0700, "Felik Harmanto" Quote<felikharma...@yahoo.com> wrote: A quick peek in the help file reveals that you should use the I can't be sure that it will effectively work though... Jan |
Jasper Sti
![]() Delphi Developer |
Mon, 07 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'I have followed this thread for a while and am still puzzled with your problem or what you are trying to do, which is probably because I'm not a native english speaker, but here goes another try, essentially another way of telling what has already been said. If you want the dateformat to be changed in something you like more If you REALLY want to change the system settings so it applies to all Now, seriously, I would think that over more than once: suppose every What would make (a little) more sense is changing the format just for Hope it helps. Jasper D. On Thu, 20 Apr 2000 08:00:03 +0700, "Felik Harmanto" Quote<felikharma...@yahoo.com> wrote: |
Arief Darmawa
![]() Delphi Developer |
Sat, 12 Oct 2002 03:00:00 GMT
Re:Date formatted 'dd/mm/yyyy'use windows control panel first : second: QuoteFelik Harmanto <felikharma...@yahoo.com> wrote in message Quote> Hi... |
1. Change format dd/mm/yyyy to mm/dd/yyyy
2. Date default formatted 'dd/mm/yyyy'
3. Date problems dd/mm/yyyy mm/dd/yyyy in Access
4. Dates...DD.MM.YYYY to MM/DD/YYYY
5. dateformat (dd.mm.yyyy vs. mm.dd.yyyy)
6. Format('yyyy/mm', date) in SQL Server
8. Problems with Date Format dd/mm/yyyy
9. As to alter the format of the mm/dd/yyyy date for dd/mm/yyyy in dbexpress for kylix3