
sql:monthname( $arg as xs:genericDateTimeArg? ) as xs:string?
Returns month name, calculated from the localized value of $arg.
If $arg is the empty sequence, returns the empty sequence.
| Parameters | |
|---|---|
| arg | The date whose month-name will be returned. |
sql:month-name(xs:date("1999-05-31"))
=>
May
sql:month-name(xs:date("2000-01-01"))
=>
January