Avatar

Level 1

I have searched in google for this and i found this

     // Current Date in MMM DD, YYYY style in uppercase.

     $.rawValue = Upper(num2date(date(), "DDMMMYY"))

but i don't want the current date, i want the date i select in the Date/Time Field.

i tried this but it didn't work

    $.rawValue = Upper($.rawValue)

can someone help me?