score:12
Accepted answer
If your time is already UTC then it's as simple as:
Date.parse("01/01/2013 08:00")
EDITS
Assuming your data comes back as valid JSON:
var jsonObj = {value:"01/01/2013 08:00", key:5.5};
var seriesOneData = [];
seriesOneData.push([Date.parse(jsonObj.value),jsonObj.key]);
Source: stackoverflow.com
Related Query
- json date format to Highcharts date format
- Highcharts Single Line series JSON date data format
- Highcharts tooltip date format when using pointFormat
- HighCharts Date format
- How to format my json data for stack column chart in HighCharts
- Format highcharts date tooltip to display timezone
- How to create data in Json format for highcharts
- Highcharts JSON decimal data format issue
- Getting data from Postgres in JSON format in ROR into a Highcharts javascript
- passing json values to highcharts from .net code behind
- passing formatting JavaScript code to HighCharts with JSON
- How to add exporting date and time as user format in Highcharts exporter?
- How to format json data in miliseconds to Date format in highcharts?
- Highcharts - format date for x-axis as well as autoscale (data from mysql)
- Stock Highcharts date format
- Highcharts while collecting JSON and changing the date by modifying the pointstart
- highcharts area range date format
- Format date string into highcharts
- yii highcharts how to set date format in x-axis
- Format used for date in Highcharts - Line with markers chart type
- Tooltip in Highcharts doesn't show the right format for Date
- Can't change date format on Highcharts
- Highcharts json data format
- HighCharts Bubble graph JSON as data source
- How do I get DateTime from mysql and set it to json format ready for highcharts
- Highcharts stock chart Unix date format
- How to format Highcharts to get specific json data?
- Highcharts not draw with JSON format
- Highcharts display date as series label from JSON data?
- YQL finance data JSON format for use with highcharts
More Query from same tag
- Highcharts - set yAxis.max to max value from data
- Get value in province label with highmaps in the highcharter package
- Changing time zone in Highchart
- Highstock gapsize is causing line rendering issue
- Line Chart Highcharts
- Highchart and php
- POST svg output from HighCharts to an internal server
- How to draw Euler diagram with highcharts library?
- HighCharts dateformat does not have microseconds (%f)
- Highcharts, Javascript
- Change colors on data points
- highcharts: use JSON in drilldown
- HighCharts uncaught exception
- Highcharts series zone not working with UTC date value in x axis
- Highcharts datalabel formatter for export server
- HighStocks series does not show line on Black Colors
- highcharts dataLabel overflow: justify issue
- highcharts series remove function deletes all original series data (even after stored in new variable)
- upgrade to highstock 1.3.1 breaks resize code
- How to create a highchart with 3 different series categories name
- highchart not displaying bars chart while printing
- Graph doesn't show anything on firefox and ie
- How to relate the y-axis of different types of graphs?
- Draw polygons with highcharts
- Highcharts: xAxis with vertical gridlines
- Get a reference to a Highcharts chart
- Highcharts/Stockcharts - display absolute value within 100%
- Can not get series data in Highcharts, Highstock
- Angular rendering 80+ using highcharts-ng
- Highcharts bar grouping while maintaining transparent overlay?