I am working on an e-reservation application and need to be able to span 2
months with a selection. The industry standard way of being able to do this is
to make 2 months at a time visible to the user. See
https://reservations.ihotelier.com/i...m?hotelid=6921 for an example of how
other developers have done it.
My question is , is there any possible way to do this with the DateChooser
control or do i need to write something from scratch in as3?
Thanks!