Hi folx, i have written a little proggie to enter my "shiftblock" in my phones calendar. therefore i predefined certain blocks, which i can choose. After choosing i have to enter the start date of the block. I use the following codeline:
Block_Start = appuifw.query(u"1. Tag des Blocks", "date")
But with every call the starttime will be 01.01.1970 UNIXTIME. Is it possible to call the appuifw.query with a predefined date such as 01.02.2011 instead of 01.01.1970 ?
Thx in advance
Rhonin

Reply With Quote

