good afternoon
if someone can guide me fa
I need the user to place greater or equal to the date stored in the database date
but if you enter less time to show a message saying invalid date
adema shows like more time to make the comparison
conn.Open ()
try
As String Dim SQLbuscar
SQLbuscar = "SELECT * FROM WHERE CreatedDate Projects> =fecha"
Dim cmd As New SqlCommand (SQLbuscar, conn)
cmd.commandtype = CommandType.Text
  ...
Go to the complete details ...