Ejemplo n.º 1
0
 public static Unescaped MySQLQuotedTimeOnly(DateTime dt)
 {
     return(Unescaped.String(String.Format("'{0:HH:mm:ss}'", dt)));
 }
Ejemplo n.º 2
0
 public static Unescaped MySQLQuotedDateOnly(DateTime dt)
 {
     return(Unescaped.String(String.Format("'{0:yyyy-MM-dd}'", dt)));
 }