GRID DATE format

using oracle DB that have value of date 11.01.2000 day.month.year why dataprocessor save date value in xml like 11-JAN-00 …

i use this
pgrid.setDateFormat("%d/%m/%Y","%d-%b-%y");

but nothing excepts error “TypeError: Result of expression ‘pgrid.setDateFormat’ [undefined] is not a function.”

setDateFormat() method is available in PRO version only

funny …

How can i change format string before it get to xml ???

in dataprocessor ???

the default format date that is write in xml is in my DB format of the date is different from that ;(