XQuery Function Documentation

Search and Browse

format-date

format-date($value as xs:date?, $picture as xs:string) as xs:string?

Returns a string containing an xs:date value formatted for display.

Parameters:
$value?The date
$pictureThe picture string
Returns:
xs:string? : The formatted date

Detailed Description