hi guys..
1st sorry for my english, not that good..
2nd.. i have 2 fields in my form.. on if for date (date picker)..
the other one is for day..
im using this atm:
so.. after i pick my date.. when i click tab.. the day field in form will be filled with correct day of that date..
the problem is..
i want to change days to my countries language.. example if it's monday, i want it to be "isnin"..
i need to do this for all 7 days of the week..
can anyone help me with this?
thanx in advance..
1st sorry for my english, not that good..
2nd.. i have 2 fields in my form.. on if for date (date picker)..
the other one is for day..
im using this atm:
Code:
Private Sub okt_courtdate_AfterUpdate()
okt_courtday = Format(okt_courdate, "dddd")
End Sub
so.. after i pick my date.. when i click tab.. the day field in form will be filled with correct day of that date..
the problem is..
i want to change days to my countries language.. example if it's monday, i want it to be "isnin"..
i need to do this for all 7 days of the week..
can anyone help me with this?
thanx in advance..