SharePoint 更改時間欄位的方法

2021-05-25 09:32:43 字數 482 閱讀 4241

使用eventhandler處理乙個列表的時間欄位時,按照.net常用的做法是

properties.afterproperties[list.fields["關閉時間"].staticname] = datetime.now;

或者:datetime.tostring(「yyyy/mm/dd hh:mm:ss」);

但是提交後被提示錯誤:

「日期/時間域包含無效資料」

經過查詢資料,發現sp的日期欄位的格式另有方法:

datetime.now.tostring("yyyy-mm-ddthh:mm:ssz");

或者呼叫sputility的格式轉換便可。

properties.afterproperties[list.fields["關閉時間"].staticname] = sputility.createiso8601datetimefromsystemdatetime(datetime.now);

from:

更改時區,時間

published by 笨二十一 at 11 56 上午 under linux unix,伺服器 執行 tzselect 按照提示進行選擇時區 sudo cp usr share zoneinfo asia shanghai etc localtime 執行sudo ntpdate cn.poo...

oracle啟動 更改時間

oracle啟動 1 啟動資料庫 oracle 9i sqlplus nolog connect as sysdba startup quit lsnrctl start quit 2 關閉資料庫 oracle 9i 前提是使用者連線已經關閉 sqlplus nolog connect sys pa...

openwrt 顯示當前時間及更改時區

1.直接輸入 date 就可以顯示 時間,也可以加 u,root openwrt date u thu mar 17 11 36 33 utc 2016 root openwrt date r thu,17 mar 2016 11 36 49 0000 2.在openwrt中更改時區 在 etc c...