Java version on cloud environment

1
Today i tried to get the number of the day in the week using mendix and i found out in an older question that this is not possible simply because java does not support this. However after looking over the documentation of java 1.7 i noticed that a new paramater has been introduced the 'u' that should do exactly this. This made me wonder if the cloud environments currently use java 1.7. So i checked our customer environment and noticed that it still runs on 1.6.0.26. Are there any plans to upgrade the java version or is this customer driven?
asked
2 answers
2

Yes, there are plans, no, no ETA. Sorry :)

answered
1

An answer to your underlying requirement can be found here https://forum.mendix.com/questions/797/can-formatDateTime-return-day-of-week-as-a-number

answered