gpt4 book ai didi

c# - createdon 字段日期时间格式

转载 作者:行者123 更新时间:2023-11-30 21:07:04 27 4
gpt4 key购买 nike

编译以下 coe 总是会遇到同样令人沮丧的错误。我正在尝试将“createdon”字段与当前日期进行比较。我已经尝试了几种日期格式,但仍然无法正常工作...

错误详细信息:“23/05/2012 14:01:55 的日期时间格式无效”

代码片段:

DateTime d = DateTime.Now;
String.Format("{0:dd/MM/YYYY HH:mm:ss}", d);

FetchExpression fetch = new FetchExpression(@"
<fetch distinct='false' mapping='logical'>
<entity name='" + context.PrimaryEntityName + "'><filter type='and'><condition attribute='createdon' value='" + d + "' operator='ne'></condition></filter><link-entity name='new_contrats' alias='nombreligne' from='new_contratsid' to='new_contratsid'><filter type='and'><condition attribute='new_contratsid' value='" + contrats.Id + "' operator='eq'></condition></filter></link-entity></entity></fetch>");

任何帮助都会很棒!

最佳答案

我的 blog posting here可能有帮助。基本上,UTC 格式但原始用户的本地偏移量可能会影响数据库中的基础值。

关于c# - createdon 字段日期时间格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10719496/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com