Benoit Dominiak writes: > I'd like to put a date as a property of my Zclass but I have many > trouble to find a correct format for it. I think I can also use string, > int or float. I think, there is just one trouble with date properties: initialization. The usual empty value is invalid. Give it some special date, e.g. 1970/01/01. Dieter