Greetings,
   I'm dynamically creating a table from user-selected columns. Meaning,
from a drop down box the user selects which things they want in their
report (First Name, Doctor etc) and JSTL does a query with those and
creates a table from it.

However, since the table is dynamic, I'm having trouble figuring out which
field is a date so I can apply date formatting (remove timestamp).

I tried parsing out the column names and if it contained 'date', save that
index to a variable and when I displayed the database data, if the current
column matched that variable, format for date.

 However, that only works for one date field, not multiples.

Any suggestions?

- Nic




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to