Sitecore將所有字段值存儲爲nvarchar。我們正在尋找它的日期表示形式轉換爲SQL日期時間,但無法找到一種風格來匹配MSDN:將Sitecore nvarchar日期表示轉換爲SQL日期時間
https://msdn.microsoft.com/en-GB/library/ms187928.aspx
日期格式爲yyyymmddThhmmss
,如:
20161007T000000
00010101T000000
是這可能使用SQL CONVERT? - 還是需要一些手動解析?
SQL解決方案是在這裏:[http://stackoverflow.com/questions/15701421/convert-an-iso-格式化日期到日期時間](http://stackoverflow.com/questions/15701421/convert-an-iso-formatted-date-to-datetime) – Vladimir