My below java code prints the date format as shown below.
var pattern:java.lang.String = (new java.text.SimpleDateFormat()).toLocalizedPattern();
print("Pattern===>"+pattern)
Expected Date Format: dd/MM/yyyy Actual Date format: M/d/yy
I am not sure from where this date format is getting picked up. I have changed all the settings at windows level. My domino date setting also changed as shown below.
Do we have any specific java policy needs to be updated with dd/MM/yyyy date format?