Example #1
0
 def datanascimento(self: object) -> str:
     return date_para_str(self.__datanascimento)
Example #2
0
 def datacadastro(self: object) -> str:
     return date_para_str(self.__datacadastro)
Example #3
0
 def data_nasci(self: object) -> str:
     return date_para_str(self.__data_nasci)