jop_008
6 May 2012, 7:42 AM
I want the user to select two week numbers for booking a house/hotel. Every week starts on a saturday. I wander what is the best user interface.
I think the standard date picker can't be customized for only selecting saturdays.
Another way to go is use group list items with a group being a month.
Can I program it by javascript? Or is it much faster to do a manual data entry? The list much show up twice once for the start saturday and once for the end saturday. With a check on dateend > datefrom and a check on making sense (warning when booking more than 4 weeks).
See also my other question about looking for a design pattern to book an object (http://www.sencha.com/forum/showthread.php?201838-Thead-alignment-example-code-design-pattern-to-rent-an-object&p=796362#post796362).
Thanks for help.
John
I think the standard date picker can't be customized for only selecting saturdays.
Another way to go is use group list items with a group being a month.
Can I program it by javascript? Or is it much faster to do a manual data entry? The list much show up twice once for the start saturday and once for the end saturday. With a check on dateend > datefrom and a check on making sense (warning when booking more than 4 weeks).
See also my other question about looking for a design pattern to book an object (http://www.sencha.com/forum/showthread.php?201838-Thead-alignment-example-code-design-pattern-to-rent-an-object&p=796362#post796362).
Thanks for help.
John