Need Help to enter Date in Perticular Format

I Have 1 TextBox. I Want User to Enter Date of Birth. I Want Feature like, If User’s D.O.B is 17/12/1989 and when user type 17 then Symbol / Enter automatically after 2 Character.

Is it possible? How?

Yes it’s possible, I suggest you to take three textboxs in horizontal arrangement
1 for - date
Make the properties to numbers only and length to 2

2 for - month
Make the properties to number only and length to 2

3 for - year
Make the properties to number only and length to 4

You can use “/” between the textboxs

In the blocks just the join text block to get your desired output

Year length is 4 so not correct to use this, change a little bit.

1 Like

this is not working, I already tried it

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.