Hi again ;)

i checked how it reads the Datum column from SQL using this code :
 Object o = dt.Rows[0]["Datum"];
        Response.Write(o);
Response.Write(o.GetType());    
 Response is 29.8.2012 18:00:00 System.DateTime
 But the problem is that using your code for formating this DateTime to JS 
DateTime produces error :
 'object' does not contain a definition for 'Day' and no extension method 
'Day' accepting a first argument of type 'object' could be found (are you 
missing a using directive or an assembly reference?) 

Don't know what's the problem, 


-- 
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 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to