Server Side Processing - Oracle
Server Side Processing - Oracle
![dthunsterblich](https://secure.gravatar.com/avatar/96379cf0d3017491c3246eb53760b5d7/?default=https%3A%2F%2Fvanillicon.com%2F96379cf0d3017491c3246eb53760b5d7_200.png&rating=g&size=120)
I use the server side processing script and an oracle database.
How can I convert the default date from: dd-mm-yy to dd-mm-yyyy?
Best wishes
How can I convert the default date from: dd-mm-yy to dd-mm-yyyy?
Best wishes
This discussion has been closed.
Replies
http://datatables.net/development/server-side/php_oracle
I established a workaround for it. I defined a second Array (which contains the column name of the time fields) and I used it to find the respective values in $aColumns. Once I found them I used the to_char Method from oracle and executed the statement.
It works for me but I guess it isn't the nicest way of doing it...