fn:format-dateTime
Returns a string containing an xs:dateTime
value formatted for display.
Signatures
fn:format-dateTime(
$value as xs:dateTime?,
$picture as xs:string
) as xs:string?
fn:format-dateTime(
$value as xs:dateTime?,
$picture as xs:string,
$language as xs:string?,
$calendar as xs:string?,
$place as xs:string?
) as xs:string?
Properties
The two-argument form of this function is deterministic, context-dependent, and focus-independent. It depends on default calendar, and default language, and default place, and implicit timezone.
The five-argument form of this function is deterministic, context-dependent, and focus-independent. It depends on implicit timezone, and namespaces.