Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About CDOW()
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
About CDOW()
Miscellaneous
Thread ID:
00717593
Message ID:
00717593
Views:
41
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      
Next
Reply
Map
View

Click here to load this message in the networking platform