筆記筆記
string test = int.Parse(DateTime.Now.Month.ToString()).ToString("00"); string test = string.Format("{0:00}", Convert.ToInt16(mNow.Month));