lookup wizard |
7/2/2007 7:59:49 AM |
PHPRunner General questions | |
B
bobby123 authorDevClub member
I have a table 'customer' which has a date field, I have another table which have a lookup wizard linked to this date field. My problem is that my date format for the 'customer' date field is DD/MM/YYYY but the lookup wizard keeps changing the format to YYYY-MM-DD. |
|
J
|
Jane 7/2/2007 |
Bobby, date_format(FieldName,'%d/%m/%Y')
|