I'm using Bootstrap date picker and I want to display the month in the date picker field. See below image.

I tried following code:
$('#example1, #example2, #example3').datepicker({ format: "dd/MM/yyyy" }); But it is no use. Any one can help me?
Edit: I want to display the month name (14 August 2014) in the text field instead of the date that are displayed now - 14/08/2014.