I need some help with datefield masks, i'm trying to input the date 15062000 and i need that the text be corrected to 15/06/2000.How can I do that?
Keep using dateField
Discussion posts and replies are publicly visible
a!localVariables( local!a:02022024, { a!textField( label: "Date", value: text(local!a, "dd/mm/yyyy") ) } )
You can try like that but not a good practice.