Nathaniel S. H. Brown
2006-Jan-11 16:53 UTC
[Rails] [OT] DateInput - Intuitive Date Input Selection
For those who are developing interfaces for entering dates, I recommend checking out a new package I just stuffed for Date inputs. You can check out http://datebox.inimit.com/ for a full demo. -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Duane Johnson
2006-Jan-11 17:06 UTC
[Rails] [OT] DateInput - Intuitive Date Input Selection
On Jan 11, 2006, at 9:53 AM, Nathaniel S. H. Brown wrote:> For those who are developing interfaces for entering dates, I > recommend > checking out a new package I just stuffed for Date inputs. > > You can check out http://datebox.inimit.com/ for a full demo. > > -NbVery cool, Nathaniel! Thank-you. I''ll see if I can include this in BundledResource. Duane Johnson (canadaduane) http://blog.inquirylabs.com/
Ezra Zygmuntowicz
2006-Jan-11 19:00 UTC
[Rails] [OT] DateInput - Intuitive Date Input Selection
On Jan 11, 2006, at 8:53 AM, Nathaniel S. H. Brown wrote:> For those who are developing interfaces for entering dates, I > recommend > checking out a new package I just stuffed for Date inputs. > > You can check out http://datebox.inimit.com/ for a full demo. > > -Nb > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Nathaniel S. H. Brown http://nshb.net > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >Sweet Nathaniel! Cheers- -Ezra Zygmuntowicz Yakima Herald-Republic WebMaster http://yakimaherald.com 509-577-7732 ezra@yakima-herald.com
Jules Jacobs
2006-Jan-11 19:15 UTC
[Rails] Re: [OT] DateInput - Intuitive Date Input Selection
Really good, but not all people have the correct date set on their computer! -- Posted via http://www.ruby-forum.com/.
Nathaniel S. H. Brown
2006-Jan-11 23:43 UTC
[Rails] Re: [OT] DateInput - Intuitive Date Input Selection
Very good point. A future enhancement may be then for AJAX validation, if the date is not within any of the timezones (or possibly check the timezone on their computer), then use that as the date instead. This could be a nice enhancement to ensure validity of the date. Although, the date calendar would still work well in this case :) -Nb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~> -----Original Message----- > From: rails-bounces@lists.rubyonrails.org > [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Jules Jacobs > Sent: January 11, 2006 11:16 AM > To: rails@lists.rubyonrails.org > Subject: [Rails] Re: [OT] DateInput - Intuitive Date Input Selection > > Really good, but not all people have the correct date set on > their computer! > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >