dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #08926
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2254: Change format-date into property file (web-commons).
------------------------------------------------------------
revno: 2254
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2010-12-02 16:25:44 +0700
message:
Change format-date into property file (web-commons).
modified:
dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2010-12-01 09:23:05 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2010-12-02 09:25:44 +0000
@@ -1,17 +1,16 @@
-
#-- Program's name ------------------------------------------------------------#
district_health_information_software = District Health Information Software 2
#-- Date Formats --------------------------------------------------------------#
-format.date = dd-MM-yyyy
-format.date.label = dd-mm-yyyy
+format.date = yyyy-MM-dd
+format.date.label = yyyy-mm-dd
format.time = HH:mm
format.time.label = hh:mm
-format.datetime = dd-MM-yyyy HH:mm
-format.datetime.label = dd-mm-yyyy hh:mm
-format.date.label.jquery = dd-mm-yy
+format.datetime = yyyy-MM-dd HH:mm
+format.datetime.label = yyyy-mm-dd hh:mm
+format.date.label.jquery = yy-mm-dd
#-- dhis-wp -------------------------------------------------------------------#
@@ -435,4 +434,4 @@
denominator = Denominator
denominator_formula = Denominator formula
denominator_description = Denominator description
-denominator_aggregation_operator = Denominator aggregation operator
\ No newline at end of file
+denominator_aggregation_operator = Denominator aggregation operator