Which of the following statements is true about date formatting?

A) Date formatting changes the starting date that Access uses to determine the time elapsed between the current date and a starting date.
B) Date formatting changes the underlying value of the date.
C) Date formatting returns a portion of the date such as the month, or year for use in functions.
D) Date formatting changes the way a date is displayed without changing the value of the date

D

Computer Science & Information Technology

You might also like to view...

What is the value of x after the following code executes?

int x; x = 3 / static_cast(4.5 + 6.4); a. 0.3 b. 0 c. 0.275229 d. 3.3 e. None of these

Computer Science & Information Technology

Which of the following software factors does not pertain to maintainability?

A. changeability B. correctability C. flexibility D. interoperability E. testability

Computer Science & Information Technology