Hi,
I'm using UNIDAC on MySQL Database, as you know dates on MySQL is like "2015-01-01 - Y-m-d",so unidac converting those dates automatically as "d.m.Y" which is life saver option

But in one of my project i need to disable that option, i can parse the returning date from database and i can format as i want but there are lots of forms in the project and i need to add lots of codes to do it, so i was wondering is there any option to disable auto date converting option ?
Thanks in advance.