Hi, Is it possible to convert a string into date type. I need this for comparison. Is there any function for that ?. thanks maha
I think yes it is possible to convert string into date type. Probably YES.
If u could explain much clearly about what string u want to convert i'll try to do it.
Chanderjit
I think the function you want to use is strtotime. My online manual (php.net) is down right now or I would give you the full story. Basically, the function takes in a string in some sort of recognizable date format and returns a datetime stamp.