close

 

像這樣.........

protected void Page_Load(object sender, EventArgs e)
{

System.Globalization.CultureInfo Cal = new System.Globalization.CultureInfo("zh-TW");
Cal.DateTimeFormat.Calendar = new System.Globalization.TaiwanCalendar();
Cal.DateTimeFormat.YearMonthPattern = "民國 yy 年 M 月";
System.Threading.Thread.CurrentThread.CurrentCulture = Cal;

}

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 11 的頭像
    11

    冠霖的部落格

    11 發表在 痞客邦 留言(0) 人氣()