In XQuery 3.0, use format-date(). In 1.0, you have to do it by hand: extract the components using e.g. month-from-date($d), and format them manually.
Michael Kay Saxonica On 18 Oct 2013, at 13:34, sudheshna iyer wrote: > I want to convert result of current-date()(eg: 2006-04-10-05:00) in to > 04/10/2006 format. How can I do that? > > Thank you for your help in advance. > > > _______________________________________________ > [email protected] > http://x-query.com/mailman/listinfo/talk
_______________________________________________ [email protected] http://x-query.com/mailman/listinfo/talk
