=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/xmlOrganisationUnit.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/xmlOrganisationUnit.vm 2010-11-20 08:35:36 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ajax/xmlOrganisationUnit.vm 2011-02-14 03:00:37 +0000 @@ -4,8 +4,8 @@ $!encoder.xmlEncode( $organisationUnit.name ) $!encoder.xmlEncode( $organisationUnit.shortName ) $!encoder.xmlEncode( $organisationUnit.code ) - $!format.formatPeriod( $organisationUnit.openingDate ) - $!format.formatPeriod( $organisationUnit.closedDate ) + $!format.formatDate( $organisationUnit.openingDate ) + $!format.formatDate( $organisationUnit.closedDate ) $organisationUnit.active $!encoder.xmlEncode( $organisationUnit.comment ) $!encoder.xmlEncode( $organisationUnit.geoCode )