Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CDOW Problem
Message
 
À
09/07/2003 01:53:19
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00808318
Message ID:
00808320
Vues:
19
This message has been marked as a message which has helped to the initial question of the thread.
Agnes
I do not know any way to achieve this with CDOW, but i use instead DOW function with an array, as in:
dimension MyWeek[7]
MyWeek[1] = "My Sunday"
MyWeek[2] = "My Monday"
** and so on until saturday
** from now on, use something like
MyDay = MyWeek[dow(SomeDate)]
I use this method all the time for hebrew:-)

HTH
Jaime


>Hi All,
>
>I have a problem with the CDOW() command.
>
>In VFP 7.0 it returns german days as expected on a german windows with german VFP
>
>Now I use VFP 8.0 wich MS was unfriendly enough to skip the german version (I know a lot of people that will skip VFP because of that). CDOW() returns english days. I've tried to use the german runtime but that changes nothing.
>
>How to set CDOW() so that it respond the days in the language I neeed?
>
>Agnes
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform