Hi,
First, you have to use wt_data_intl.php if you plan to use other then English language.
(And you have to rename it wt_data_inc.php)
Format in Intl (International) version was mainly French: 9h45 instead of 09:45.
But there is a "trick" on that format as the
h letter serve to indicate 1 (h) or 2 (hh) position
hour. Then letter
h has to be enclosed by single quotes (as this:
'h'), but semi-colon doesn't
need those quotes!. eg. format=
"hh:nn"Hope this help!
Regards,
Jacques
Ps This is the problem of php inclusion, if somethig is wrong, no display at all!
