Solved

Sydney Is Building an Application with XSLT 2

Question 73

Multiple Choice

Sydney is building an application with XSLT 2.0 that relies on many date formats and calculations. He comes to you for some assistance in developing these formats and calculations correctly.
-Sydney would like to add the current date to the top of the output in the format "September 7, 2017". Which of the following functions do you recommend he use to achieve this formatting correctly?


A) format-date(current-date() ,'[MN] [D] [Y]')
B) format-date(current-date() ,'[MNn] [D] [Y]')
C) format-date(current-date() ,'[Mn] [D] [Y]')
D) format-date(current-date() ,'[MNn] [D,2] [Y]')

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions