MCQs > IT & Programming > Adobe ColdFusion > Output of the following code: This is day #Day(YourDate)# in the month of #MonthAsString(Month(yourDate))#, which has #DaysInMonth(yourDate)# days.

Adobe ColdFusion MCQs

What is the output of the following code:
<cfset yourDate = CreateDate(2002, 11, 23)>
   <cfoutput>
This is day #Day(YourDate)# in the month of
    #MonthAsString(Month(yourDate))#, which has
    #DaysInMonth(yourDate)# days.
    </cfoutput>



Answer

Correct Answer: This is day 23 in the month of November, which has 30 days

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it