Question
Date
How can I put the date by dd/mm/yyyy in the following:
a!textField(
label: "Reembolso efectuado",
labelPosition: "ABOVE",
value: today(),
saveInto: ri!reembolso.fechaReembolso,
readOnly: true,
validations: {}
)
How can I put the date by dd/mm/yyyy in the following:
a!textField(
label: "Reembolso efectuado",
labelPosition: "ABOVE",
value: today(),
saveInto: ri!reembolso.fechaReembolso,
readOnly: true,
validations: {}
)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.