Ask Question
26 May, 13:31

Format character of Date function that display the day of the month in 2 digits with leading zeros such as 01 to 31

Select one:

a. L

b. d

c. D

d. j

+3
Answers (1)
  1. 26 May, 15:34
    0
    b. d

    Explanation:

    The format of the outputted string format totally depends upon the string format character according to the question the answer is format charatcer d.

    It represents the day of the months in 2 digits in numerical format with leading zeroes.

    L represents whether the year is a leap year or not.

    D represents the days of the month in textual format with three characters like Sun for sunday.

    j It represents the days of the month without leading zeroes.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Format character of Date function that display the day of the month in 2 digits with leading zeros such as 01 to 31 Select one: a. L b. d ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers