def update_label(self): if not self.__date: self.set_text('') return self.set_text(strftime(self.__date, self.__format))