date picker change selection to first day of the week

date picker change selection to first day of the week

I am demonstrating the problem here  http://jsfiddle.net/v4p5kL02/3/

if you go to the fiddle and select a date it will select a week long date range.

however I would like it to always select the current week (sunday - saturday)  that you clicked

so if you click  a Tuesday the date range is Sunday - Saturday  with that Tuesday in it.

If you pick a Friday the date range is Sunday - Saturday with that Friday in it.

--thanks