Hi Expert,I realy need help on my date format not display correctly. My
FormCalc coding is as below :$.rawValue = num2date(date(),
"YYYY-MM-DD")But the output is DD/MM/YYYYI tried to Change the coding to
$.rawValue = num2date(date(), "MM-DD-YYYY") and $.rawValue =
num2date(date(), "YYYY/MM/DD")And it wokirng fine but i need to display
with YYYY-MM-DDAnybody can help??