I have to make difference between two dates. One date is today date and the other date in a date into a db Unfortunately the date into db is a varchar and not a date format (in this way 31/12/2016/) So is it possible to conver varchar to date?. After that how can i make the difference between the two dates?
thanks