Terimakasih banyak teman-teman,
convert Hari Rsolve
mc=
Taufik <[EMAIL PROTECTED]> wrote:
contoh coding:
Private Sub DTPicker1_CloseUp()
Select Case Weekday(DTPicker1.Value)
Case 1
Text1.Text = "Sunday"
Text2.Text = "Minggu"
Case 2
Text1.Text = "Monday"
Text2.Text = "Senin"
Case 3
Text1.Text = "Tuesday"
Text2.Text = "Selasa"
Case 4
Text1.Text = "Wednesday"
Text2.Text = "Rabu"
Case 5
Text1.Text = "Thursday"
Text2.Text = "Kamis"
Case 6
Text1.Text = "Friday (Inggris)"
Text2.Text = "Jumat (Indonesia)"
Case 7
Text1.Text = "Saturday"
Text2.Text = "Sabtu"
End Select
End Sub
in Code we trust...
--- In [email protected], McBoenBoen <[EMAIL PROTECTED]> wrote:
>
> Dear All VBer,
> mohon pencerahan dong,
> bagaiaman caranya melakukan pengecekan hari berdasarkan tanggal
yg dipilih pada DTPicker.
>
> misalhnya :
> ketika DTPicker1 di pilih (17/08/2007)
>
> maka :
>
> TextBox1 : Friday (Inggris)
> TextBox2 : Jum'at (Indonesia)
>
> Atas batuan teman2, sebelumnya terimkasih banyak
> salam,
> mc
>
>
>
> ---------------------------------
> Take the Internet to Go: Yahoo!Go puts the Internet in your pocket:
mail, news, photos & more.
>
> [Non-text portions of this message have been removed]
>
---------------------------------
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.
[Non-text portions of this message have been removed]