Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About CDOW()
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
About CDOW()
Divers
Thread ID:
00717593
Message ID:
00717593
Vues:
42
Hi All,
i am using this function on the control source like under
cdow(test.mydate) && 31/10/2002 = Thursday
but i wantto do this on other language for eg. Turkish . How can i do this on the grid ?

PS : i have a function about this
LcMyday=cdow(test.mydate)

   DO CASE 
     CASE LcMyday="Monday"
     LcMyday="Pazartesi"
     CASE LcMyday="Tuesday"
     LcMyday="Salý"
     CASE LcMyday="Wednesday"
     LcMyday="Çarþamba"
     CASE LcMyday="Thursday"
     LcMyday="Perþembe"
     CASE LcMyday="Friday"
     LcMyday="Cuma"
     CASE LcMyday="Saturday"
     LcMyday="Cumartesi"
     CASE LcMyday="Sunday"
     LcMyday="Pazar"
endcase      
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform