I have a text box named txtDate
I need the "lost focus" event of the box to do the following:
Sometimes there may be characters after the date, however there is always a space first for example:
02/03/02 A332
I need the lost focus of the text box to basically remove everything after the space so that just the clean date is left. The characters after the space (if any) will be of varying charcter counts. -
Looking Toward The Future
I need the "lost focus" event of the box to do the following:
Sometimes there may be characters after the date, however there is always a space first for example:
02/03/02 A332
I need the lost focus of the text box to basically remove everything after the space so that just the clean date is left. The characters after the space (if any) will be of varying charcter counts. -

Looking Toward The Future