1
0
Fork 0
forked from 0x2620/oxjs

some work on filters

This commit is contained in:
rlx 2011-11-10 13:55:33 +00:00
commit 170fd84c80
5 changed files with 83 additions and 25 deletions

View file

@ -108,6 +108,10 @@ Ox.DateInput = function(options, self) {
] : [
self.$input.month, self.$input.day, self.$input.year
]),
joinValues: function(values) {
setValue();
return self.options.value;
},
separators: Ox.merge(self.options.weekday ? [
{title: self.options.format == 'short' ? '' : ',', width: 8},
] : [], self.options.format == 'short' ? [