tom123
11-20-2006, 02:45 PM
Hi Guys,
Having trouble converting and adding a date to table, the date string is of the format 31-12-2006 16:21, and in the INSERT im trying
'TO_DATE($details{'start_date'},'DD-MM-YYYY HH24:MI'),
'TO_DATE($details{'end_date'}','DD-MM-YYYY HH24:MI'),
Any ideas?
Thanks in advance.
Having trouble converting and adding a date to table, the date string is of the format 31-12-2006 16:21, and in the INSERT im trying
'TO_DATE($details{'start_date'},'DD-MM-YYYY HH24:MI'),
'TO_DATE($details{'end_date'}','DD-MM-YYYY HH24:MI'),
Any ideas?
Thanks in advance.