I've been searching for a while now, but I still haven't found the perfect solution to this issue:
The date highlighted in the red box in the image needs to adjust based on the user's country location.
For example: For users in the US ->
Thursday, Oct 6 2016, 11:27:59 PM
In my current code, the xDateFormat is set as: "%A, %e.%b %Y, %H:%M:%S"
, but I need it to change dynamically as mentioned earlier.
https://i.sstatic.net/gjGXF.png
I have not come across any predefined function in the highcharts documentation http://api.highcharts.com/highstock/tooltip.xDateFormat.
An alternative approach could involve creating a custom table with different date formats for each country using references like: . To achieve this, I would first need to detect the user's IP and then determine their country.
Does anyone have a more effective suggestion?