I am looking for solution in javascript or PHP which format "date" and "time" based on the visitors location and locale settings.
For example
echo auto_format_date(time());
would output 20-09-2011 for users from states and 20/09/2011 for UK users.
Thanks everyone for answers. I've got now several alternatives in front of me, I'll wait for some up-votes to see which approach you think is preferred