i use select_date tag in ruby..please help to write some simple query in controller related to this select_date tag.........
try:
select_date(date = Date.today, options)
Get yourself a good book. Selecting time/date is covered well in Agile Web Development with Rails, second edition, by Dave Thomas. Personally I've used this plugin with great success:
http://code.google.com/p/calendardateselect/
Vic Shao RoR Power, Inc http://www.rorpower.com
Subhadip Chakraborty wrote: