Private Function DateFull(d As Date) As String
DateFull = Format$(d, "dddd, dd/mm/yyyy")
End Function
Private Sub Command1_Click()
MsgBox DateFull(#12/12/2012#)
End Sub
Thursday, June 14, 2012
Menampilkan Tanggal Lengkap Disertai Hari
Labels:
Date And Time