Hi-
In version 1.1 in velocity-tools I used to pull the
date format String from a resource bundle. This was
nice because it let me put the date in month, day,
year order for US English and year, month, day order
for Japanese. Here is the code that I used:
$date.format(
$text.get("admin.form.date.arrival.format"),
$order.arrivalTime, $request.getLocale() )
but now with version 1.2 of velocity-tools, the
call to get the date format in this statement:
$text.get("admin.form.date.arrival.format")
isn't being executed from within the date tool format
method like it did in version 1.1.
Does anyone know of a work around?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]