I have a date string like "2010,1,4" which stands for 4th Jan 2010 and I want to use this string as UTC datetime to draw chart using highcharts. How can I convert this string to UTC date time format, something like: Date.UTC(2010,0,4).
Thanks a lot !