mwalam
01-18-2008, 02:58 PM
Hello
I am beginner to PHP. I am making a reporting system for the orders placed by customers. I want that, i enter the date like 18/01/08 into the text box and show me the results by date. The main problem is that date is in 10 digit unix format. i can retrive the date by use date function like
$test = date( 'd/m/y', $title);
please tell me the code.
thanks.
I am beginner to PHP. I am making a reporting system for the orders placed by customers. I want that, i enter the date like 18/01/08 into the text box and show me the results by date. The main problem is that date is in 10 digit unix format. i can retrive the date by use date function like
$test = date( 'd/m/y', $title);
please tell me the code.
thanks.