This step-by-step article describes how to format DateTime and Date values
in the XML that is extracted from an ADO.NETDataSet object.
In ADO.NET, the DateTime and Date values
of DataTable columns are written
in the XSD DateTime and Dateformats
when the DataSet is saved as XML.
The standard XSD DateTime and Date formats
are CCYY-MM-DDThh:mm:ss and CCYY-MM-DD, respectively, because the underlying XSD schema of the DataSet maps
the DateTime and Date columns
of the database to the DateTime and
XSD Date data types. 

如上微软官方原文,日期和时间之间要用T连接,不然不能识别。

安卓和ios开发时都要注意这问题。

最新文章

  1. mac显示任何来源
  2. 影响google PageRank的因素
  3. 使用动态类型dynamic让你的省了很多临时类
  4. C#为工作Sql而产生的字符串分割小工具(很实用,你值得拥有)
  5. XAML中的Path
  6. [转载]流式大数据处理的三种框架:Storm,Spark和Samza
  7. 2.1.5 用SSS扫描器实施扫描
  8. WPF Command命令模式
  9. 活动指示器UIActivityIndicatorView
  10. 读书笔记_Effective_C++_条款二十三:宁以non-member、non-friend替换member函数
  11. ie7(z-index)
  12. Dubbo源码学习--集群负载均衡算法的实现
  13. 《剑指offer》面试题的Python实现
  14. Linux统计文件中单词出现的次数
  15. 设置eclipse不同的workspace共享配置
  16. 关于margin:-10000px;padding:10000px;的理解
  17. python实战——网络爬虫之request
  18. ThinkPHP中的pathinfo模式和URL重写
  19. 考勤助手——基于CS三层结构的子系统设计
  20. .net mvc 框架实现后台管理系统 3

热门文章

  1. Vue.js之父子组件
  2. 达梦数据库CAST与ROUND函数
  3. 洛谷——P1143 进制转换
  4. ssh框架整合shiro权限
  5. 四. Java继承和多态10. Java Object类
  6. 【Maven】1.使用myecplise配置自己的Maven配置,不使用默认的maven
  7. win10 安装java
  8. linux selenium运行chrome
  9. 搭建Git本地服务器(转)
  10. 2017.3.31 spring mvc教程(三)拦截器