DateTime.Now.ToString
VNote
2017.11.04 15:00:48 *:
Label1.Text = DateTime.Now.ToString("yyyyMMdd")
Label2.Text = DateTime.Now.ToString("HH:mm")