When I use CURRENT_MONTH it says [objekct Object]. Year and Day works fine.
Screenshot from sumulation:
1 answer
Since version 4.2 the CURRENT_MONTH system property became Object type, in order to provide different formats for displaying.
{“CURRENT_MONTH”}[“number”] equals to the value in older versions.
-
Ok, that works fine :) It would be great if I could also choose leading zero so that January could be shown as 1 or 01 (same goes for minutes and seconds).