I am creating an information system based on the dhis2 Tracker module and need to set the value of a data element to a future date. However, the calendar object associated with the data element displays ‘2013’ (i.e. the current year) as the highest value for the year but the value for the data element is supposed to be July, 2015 (please see the attached screenShot).
Is it possible to make the Calendar Object in dhis2 display future dates?
On Sat, Jun 8, 2013 at 10:18 PM, John Ojo jnojo@yahoo.com wrote:
Hi All,
I am creating an information system based on the dhis2 Tracker module and need to set the value of a data element to a future date. However, the calendar object associated with the data element displays ‘2013’ (i.e. the current year) as the highest value for the year but the value for the data element is supposed to be July, 2015 (please see the attached screenShot).
Is it possible to make the Calendar Object in dhis2 display future dates?
I can suggest a trick: Embed a SVG image directly (the SVG markup itself) in the form. DHIS 2 is using HTML5 where SVG is valid markup. If you have the image in PNG/bitmap format you can use tools like inkscape to transform it to SVG.