On Freitag, Februar 21, 2003, at 01:25  Uhr, Goetz Botterweck wrote:

Is there a way to ...
1) get all columns with <esql:get-columns/>
2) specify date format for one of these columns
(so that I do not get "2003-05-21 00:00:00.0" but "21. May 2003")

I do not want to use <esql:get-date ...>

-> 2) Why not <esql:get-date ...>? or get-timestamp ?

The only problem I can see is that there is no way to set a locale to format with get-date,
this could be solved with the i18n transformer
<i18n:date-time src-pattern="yyyy-MM-dd hh:mm:ss" pattern="FULL" >
<esql:get-timestamp column="mydate" format="yyyy-MM-dd hh:mm:ss"/>
</i18n:date-time>

/Leo

Thanks
Goetz




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to