baffilustri
Member
- Joined
- Sep 22, 2008
- Messages
- 6
- Programming Experience
- 3-5
Hi,
how can I put and view the current time in a windows form??
thanx
how can I put and view the current time in a windows form??
thanx
lblCurrentTime.Text = String.Format("{0:hh:mm:ss tt}", _
Date.Now)