Hi

I am working on a website to show some information. I am displaying some 
line graphs and a timeline.

For the timeline I would like to show time the international way.

I found this, which has to be the american way to view dates. Does anyone 
know how to convert this to international standard. I would also like to 
get the same labels for the line graphs.

hAxis: {
          viewWindow: {
            min: new Date(2014, 11, 31, 18),
            max: new Date(2015, 0, 3, 1)
          },
          gridlines: {
            count: -1,
            units: {
              days: {format: ['MMM dd']},
              hours: {format: ['HH:mm', 'ha']},
            }
          },
          minorGridlines: {
            units: {
              hours: {format: ['hh:mm:ss a', 'ha']},
              minutes: {format: ['HH:mm a Z', ':mm']}
            }
          }
        }


Help is hugely appriciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/98e4f02b-edff-4183-9b4d-cea9c8dee877%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to