1. date help
- Posted by George Walters <gwalters at sc.rr.com> Aug 23, 2001
- 436 views
Has anyone written a rtn to handle entry of a date in an editText field? I'm looking for a rtn to add the '/'s during entry and also be able to handle edits properly of the field... ...george
2. Re: date help
- Posted by Virtual B <behaviorself at netzero.net> Aug 23, 2001
- 403 views
George, I have a date-handling routine that I use for an EditText using On Lost Focus. It seems to serve the purpose around here. If you're interested, I'll send it to you. Virtual B ----- Original Message ----- From: George Walters <gwalters at sc.rr.com> Subject: date help > > Has anyone written a rtn to handle entry of a date in an editText field? I'm > looking for a rtn to add the '/'s during entry and also be able to handle > edits properly of the field... > > ...george > > > > > >
3. Re: date help
- Posted by George Walters <gwalters at sc.rr.com> Aug 23, 2001
- 402 views
thanks Jonas, i'll look at it. ...george ----- Original Message ----- From: "Jonas Temple" <jktemple at yhti.net> To: "EUforum" <EUforum at topica.com> Subject: RE: date help > > > George Walters wrote: > > Has anyone written a rtn to handle entry of a date in an editText field? > > I'm > > looking for a rtn to add the '/'s during entry and also be able to > > handle > > edits properly of the field... > George, > > You will need to get a hold of datetime.e written by Carl White from the > archive. It's an excellent library for date/time > maniuplation/calculation. "Two Thumbs Up!" There's a routine in his > library called "ValidDate". Also if you download my Timesheet program > from the "Recent Contributions" page there are two routines to handle > formatting a date for display in an edit window and converting that > character value to numeric for validation (CvtDate and ExtractDate). > The timehseet program uses dates pretty extensively. Also, I would > suggest if you are requiring the user to input a date try using the > MonthCalendar control in Win32lib. Makes date entry much easier. > > Hope this helps. > > Jonas > > > > >
4. Re: date help
- Posted by George Walters <gwalters at sc.rr.com> Aug 23, 2001
- 433 views
I would like to look at it. Thanks.. ...george ----- Original Message ----- From: "Virtual B" <behaviorself at netzero.net> To: "EUforum" <EUforum at topica.com> Subject: Re: date help > > George, > > I have a date-handling routine that I use for an EditText using On Lost > Focus. It seems to serve the purpose around here. If you're interested, > I'll send it to you. > > Virtual B > > > ----- Original Message ----- > From: George Walters <gwalters at sc.rr.com> > To: EUforum <EUforum at topica.com> > Sent: Thursday, August 23, 2001 8:47 AM > Subject: date help > > > > > > Has anyone written a rtn to handle entry of a date in an editText field? > I'm > > looking for a rtn to add the '/'s during entry and also be able to handle > > edits properly of the field... > > > > ...george > > > > > > > > > > > > > > > > >