|
[WD 7.5] Date in german format |
Started by info, Aug., 13 2003 5:02 PM - 2 replies |
| |
| | | |
|
| |
Posted on August, 13 2003 - 5:02 PM |
How can i get in a report a german date format ( 12.07.2003 )? The format DD.MM.JJJJ give 12 07 2003 without dots. thanks Christoph |
| |
| |
| | | |
|
| | |
| |
Posted on August, 13 2003 - 9:58 PM |
Christoph: This looks like a bug!! We have the same problem with thousand-points in decimal numbers, i.e. 1.000,20 will show as "1 000,20" etc. - however, this happens only if you run a WD-produced exe on a Windows/XP machine; it will not happen on a Windows/2000 machine.... Does anybody else have the same problem? Regards, Joe
How can i get in a report a german date format ( 12.07.2003 )? The format DD.MM.JJJJ give 12 07 2003 without dots. thanks Christoph |
| |
| |
| | | |
|
| | |
| |
Posted on August, 13 2003 - 11:13 PM |
Christoph, One workaround: calculated control: Day() + "." + Month() + "." + Year() Obviously not ideal, but may help in your report until a more amenable solution from Windev. Regards, Marc
How can i get in a report a german date format ( 12.07.2003 )? The format DD.MM.JJJJ give 12 07 2003 without dots. thanks Christoph |
| |
| |
| | | |
|
| | | | |
| | |
|