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