20-03-19, 06:42 PM
تفضل اخي ما طلبت
PHP كود :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim d = String.Format("{0:yyy}" + "{0:MM}" + "{0:dd}", Now.Date)
TextBox1.Text = d
End Sub
End Class
