Пример #1
0
 def format(self,row_data,cell_item):
    if self.datefmt_out != "" and cell_item != "":
        return DateTime.reformatDateTime(self.datefmt_in,self.datefmt_out,cell_item)
    else:
         return cell_item