Question: Data Type keeps only the integer representation of the month, day, and year. when a month is wanted in string form, the string is calculated.
Data Type keeps only the integer representation of the month, day, and year. when a month is wanted in string form, the string is calculated. An alternative approach would be to add a string field to the date and calculate and store the string representation in the Initialize function. Which methods would have to be changed? Would this change make the use of an if statement to find the appropriate string more or less attractive? Write the code for this if statement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
