Ok I tried my solution and it correctly prints out the UK date to screen however when I insert this to database in the date field it goes in as
0000-00-00
Is this because I need to convert the UK to a string before inserting this in to the database?
Once this goes in a string how to I pull it back out to print the date again?