[求助}时间显示
using System;using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Collections;
namespace WindowsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
this
label1.Text = Datatime. Now.Year.ToStrimg();
label3.Text = Datatime.Now.Month.ToString();
label5.Text = Datatime.Now.Day.ToString();
label7.Text = Datatime.Now.ToLogTimeString();
}
private void timer1_Tick(object sender, EventArgs e)
{
Form1_Load(sender, null);
}
}
}
这是代码,但不知道哪里出错了
请各位高手指点
非常感谢
这是实现 一个
当前的时间
2006年8月14日
10:08