im doing a search in a database that returns me regs between 2 dates, but i got a problem, if i send 2002-02-03 and 2003-01-17 t doesnt return what it should, but if i send 2002-2-3 and 2003-1-17 it works, so how can i delete zeros from that string before sending them to the query???
thanks!!