You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by BA...@lgcommerznow.com on 2001/04/03 06:35:21 UTC

Date input tag

Hi!

I am a little puzzled that there is no date input tags available (correct
me if I am wrong!). There are however date formatting tags available. I am
sure that almost all applications would require date input and validation
routines.

We have developed a small one which is a combination of 3 struts text boxes
(DD MM YYYY), the user can specify the format of the input i.e DDMMYYYY or
YYYYMMDD. Also there is a property by which the user can default system
date to the input field. However the validation has to be done in the
form-bean. Currently this is in a crude form and we are trying to improve.

If this interests anyone, we are happy to share.

Biju Isac