i have a problem with date
i have two dates. one is in Date type and the other one is in String type.
i need to compare these two dates.
for this i try to convert date which is in String type to Date type.is it possible?
how?could you suggest the logic and methods?