摘要: DateTime.ToString("dd/MM/yyyy");后,不能直接Convert.ToDateTime的解决:DateTime.ParseExact(this.DateBegin.Text, "dd/MM/yyyy", System.Globalization.CultureInfo.GetCultureInfo("en-US")).ToString("yyyy-MM-dd") ; 阅读全文
posted @ 2011-11-20 17:27 94cool 阅读(302) 评论(0) 推荐(0)
摘要: 在div中加入属性closed="true<script type="text/javascript"> $(function () { $('#vlist').dialog({ autoOpen: false }); });</script><div id="vlist" class="hide" closed="true" style="width:520px"> <div class="breadcrumb&qu 阅读全文
posted @ 2011-11-20 04:40 94cool 阅读(6329) 评论(0) 推荐(0)