152k views
1 vote
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

User Hjalmar
by
5.0k points

1 Answer

5 votes

Answer:

b.d

Step-by-step 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.

User Strae
by
4.8k points