刚写好的Asp.Net时间和日期的Label控件。作为讲解Asp.net控件开发的第一部分:继承开发(1)
2007-12-15 09:32:12 来源:WEB开发网核心提示:case "LongDate":str=this.DateTimeFormat.LongDatePattern ; break;case "FullDate":str=this.DateTimeFormat.FullDateTimePattern; break;case &quo
case "LongDate":
str=this.DateTimeFormat.LongDatePattern ;
break;
case "FullDate":
str=this.DateTimeFormat.FullDateTimePattern;
break;
case "RFC1123":
str=this.DateTimeFormat.RFC1123Pattern;
break;
case "ISO8601":
str=this.DateTimeFormat.SortableDateTimePattern;
break;
case "UniversalSortableDateTime":
str=this.DateTimeFormat.UniversalSortableDateTimePattern;
break;
case "ShortTime":
str=this.DateTimeFormat.ShortTimePattern;
break;
case "LongTime":
str=this.DateTimeFormat.LongTimePattern;
break;
case "YearMonth":
str=this.DateTimeFormat.YearMonthPattern;
- ››ASP.NET及JS中的cookie基本用法
- ››ASP.NET获取MS SQL Server安装实例
- ››asp.net实现调用百度pai 在线翻译英文转中文
- ››ASP.NET页面选项进行提示判断
- ››Asp.net定时执行程序
- ››ASP.NET中利用DataList实现图片无缝滚动
- ››ASP.NET验证控件RequiredFieldValidator
- ››ASP.NET中使用System.Net.Mail发邮件
- ››ASP.NET中获取用户控件中控件的ID
- ››ASP.NET中FileBytes写成文件并存档
- ››asp获取毫秒数
- ››asp.net报“INSERT INTO 语句的语法错误解决
更多精彩
赞助商链接