Champion II
2018-06-05
04:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Works fine for me.
Retry with this piece of code:
globalMap.put("lastDec", TalendDate.TO_CHAR(TalendDate.getCurrentDate(), "YYYYMM"));
System.out.println("global: " + globalMap.get("lastDec"));What's the value printed on the console?
234 Views