tbrehm
2010-04-12 0cb35d04c15e4e533dfdc98a073f76b875d64977
interface/web/js/uni-form/uni-form.jquery.js
@@ -82,6 +82,7 @@
            break;
         case 'month':
            unit_value = now.getMonth() + 1;
            if(unit_value < 10) unit_value = '0'+unit_value;
            break;
         case 'year':
            unit_value = now.getFullYear();