Menu

#7 add keywords to date types

open
nobody
5
2006-11-16
2006-11-16
Matt Stucky
No

date type input/edit is right now a text box with a calendar control next to it. add the ability for the user to type in 'today' into a text box and then that is translated to a correctly formatted date before insert/update to the database. would this best be handled as javascript or at the servlet on it's way into the database? Preference is to avoid javascript.

also allow keywords of 'tomorrow' and 'yesterday'?
how about keyword "now"? that would be for timestamp types but if allowed should also work for dates.

Discussion


Log in to post a comment.