I used to have this code in Visual Basic:
rpt.ParameterFields.GetItemByName("RowDate").AddCurrentValue CDate("2010-03-19")
and I cannot figure out into what I have to convert date to make eatable for COM.
Any suggestions?
|
feedback
|
|
Ok, found solution. Bellow is python equivalent:
Approach is the same like in: http://stackoverflow.com/questions/2803852/python-date-string-to-date-object | ||||
|
feedback
|
"2010-03-19"string? – eumiro Oct 19 '10 at 14:17