Hi NogDog,
Many thanks for your reply.
It's a nightmare trying to format this.
For testing this is what I have:
$data = str_split("030910");
$time = str_split("1815");
$Date = date("Y-m-d", mktime("$time[0] $time[1]","$time[2] $time[3]","0",("$data[2] $data3]","$data[0] $data[1]","$data[4] $data[5]");
But this I know is wrong because it throws errors.
I've tried a few compinations of formatting the code but they fail.
Could you give me an idea as to how the format should be.
Again, many thanks in advance.