dhis2-devs-core team mailing list archive
-
dhis2-devs-core team
-
Mailing list archive
-
Message #00005
period formats
Hi,
up to now we had two period formats, one ISO-ish and one home-grown
"external id" format. I have now removed api support for the latter to keep
things simple, less confusing and to help migration to the web api for
internal modules (which only supports ISO periods).
I did not get the time to check local modules so if anything breaks please
migrate to use ISO periods from:
PeriodType.getPeriodFromIsoString
PeriodType.getPeriodTypeFromIsoString
The format is documented
here<http://www.dhis2.org/doc/snapshot/en/user/html/ch25s03.html>
.
Lars