因为sqlite为弱引用,使用字段前将他强制转为日期型,用datetime.或者最原始的 strftime. SELECT distinct ID from testTable where datetime(availDate) between datetime('2015-01-12 04:00') and datetime('2015-01-13 00:00'); SQLite日期时间函数 SQLite支持以下五个日期时间函数: date(timestring, modifier, modi
using System; using System.IO; using System.Text.RegularExpressions; using System.Windows.Browser; namespace SL_COMMON { public class Utils { #region String字符串类 /**/ /// <summary> /// 过滤字符 /// </summary> public static string Replace(string str