will you please suggest me to create a Date TextField, which should have the following properties:
1) The text field should look like --/--/----(MM/DD/YYYY).
2) When i enter a digit in the first placeholder of MM, and if that digit is more than 1 then that placeholder should be filled with 0 (zero). what I mean is if we enter a digit in any placeholder and if that digit is invalid for that placeholder then that placeholder should be defaultly filled with zero.
I request you to please give the solution as early as possible and i eagarly wait for your reply.
by Yugandhar Akkaldevi
Juhi Gupta
Greenhorn
Joined: Oct 04, 2006
Posts: 12
posted
0
Originally posted by yugan akkaldevi: Hai,
I am working on swings.
will you please suggest me to create a Date TextField, which should have the following properties:
1) The text field should look like --/--/----(MM/DD/YYYY).
2) When i enter a digit in the first placeholder of MM, and if that digit is more than 1 then that placeholder should be filled with 0 (zero). what I mean is if we enter a digit in any placeholder and if that digit is invalid for that placeholder then that placeholder should be defaultly filled with zero.
I request you to please give the solution as early as possible and i eagarly wait for your reply.
by Yugandhar Akkaldevi
Well this is not a homework solving forum....
First you show us till now where have you been got stucked.