|
-
November 26th, 2011, 05:08 AM
#1
How i prepare a Textbox for date input?
How i prepare a Textbox for date input?
I try using the format function:
Me.txtFechadeEntrada.MaxLength = 8
mascarafechaentrada = Format(Me.txtFechadeEntrada.Text, "##/##/##")
And on saveclick this ,I need save the data to a text file with a specific format I delete the /.
mascarafechaentrada = Format(Me.txtFechadeEntrada.Text, "######")
Me.txtFechadeEntrada.MaxLength = 6
But don't work because the user can type this 11112//2.
My last choice is to use date picker control or textbox=format (Date,yy/mm/dd).
But I prefer the user to type the date in the text box.
Sorry for my English
Any help is very appreciated
Last edited by pcfry; November 26th, 2011 at 05:13 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|