I have the following code on Codepen.
http://codepen.io/anon/pen/pnyvG
My aim is to allow users to input their own dates and then it gets outputted into another element in a more readable format e.g. Type date or choose date, and then display date in a paragraph tag in the following format "Wednesday 7th August".
Also, I have a few additional pieces of functionality I require, which would be awesome if someone could give me some direction;
- Once the date is outputted into paragraphs for each input, output the number of nights in between the two dates into another element
- Be able to use the same date picker for both inputs. similar to the behaviour used on the following form; http://www.hipmunk.com/hotels-search
It would great if you guys could help me out.
Thanks in advance,
B