=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2014-09-29 21:58:23 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2014-09-30 03:45:34 +0000 @@ -451,7 +451,7 @@ if ( type == 'date' ) { - datePicker( id ); + dhis2.period.picker.createInstance( '#' + id ); } } );