How to force ALLCAPS in Date/Time Field
I have searched in google for this and i found this
$.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?