vote up 0 vote down star

Hi, my site changes its locale dependent upon either user settings or browser settings (where the user hasn't set their preference). I am using amline charts, the stock chart specifically, which requires the date format in 'MM/DD/YYYY' or 'DD-MM-YYYY', I guess so the chart knows how to understand the dates. There are many ways to format a date dependent upon the computer locale, however I can't find a way to get the locale format (as above).

thanks in advance.

flag

You asked the exact same question here: stackoverflow.com/questions/802765/… This should be closed as duplicate. – zombat Apr 29 at 17:02
wasn't sure how to 'claim a question'. close the other one! – Ian Apr 30 at 10:03

1 Answer

vote up 0 vote down check

What's the problem?

date('m/d/Y')

or

date('d-m-Y')
link|flag
I mean, I need to get the string in the middle there, the 'DD-MM-YYYY' or 'DD/MM/YYYY' etc. – Ian Apr 30 at 10:05
Oh, ok, I understand what you want. But still I don't get why? Why don't you pass 'DD-MM-YYYY' and format the date that way? – vartec Apr 30 at 10:52
Yea, i decided to do that in the end. Thanks for your help. – Ian May 4 at 18:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.