I have an XSLT, a tag of which returns a date. Below is the tag.
<xsl:value-of select='a:TimesheetDuration/a:Day1/a:BusinessDate'/>
The above tag gives a date in the format MM/DD/YYYY. I need to display the day (.. Like Sun, Mon, Tue...) on my page. I was going through some other answers when I found the "day-from-dateTime" method. But this seems to return the number. I need the day and also, if possible, I want to pass the above given tag to the method (.. if there is any..).. rather than storing it in a variable and passing the variable to the method. If there is a way in XSLT 1.0