ARTICLE
Using a JavaScript Calendar Control in Master Pages
This article shows how to use a JavaScript Calendar control in master pages.
Article Extensions
If you want show selected date in text box then just simply drag and drop a text box on page and put this in text box text.
TextBox1.Text = PostedOn.Value;