摘要:
在使用datetimepicker时,当本空间的month值小于10时,在messagebox.show()时,两位的月份(如02)就变为一位了(如2)。解决方法是添加一个函数: public string aaa(string month) { int month_int=convert.toint32(month); ... 阅读全文
posted @ 2010-01-24 10:24
RainUU
阅读(551)
评论(0)
推荐(0)