Also, you can set aliases for the fields yourself, to do this you need to change the SQL query, instead of * you need to list all the fields you need, adding an alias via AS.
For example
Code: |
SELECT datatime_popup_109 as Rent from, datatime_popup_110 as Rent to ...
|