Building the widget 

/ /
var width = this.$element.width();
var sep_width = $('.jq-dte .separator').outerWidth();
var w = // straightforward but tedious calculation
this.$dd.width(w);
this.$mm.width(w);
this.$yyyy.width(w * 2);