Author Question: Describe the DateDiff, DateAdd, DateSerial, and DatePart functions, and give an example of each. ... (Read 24 times)

stevenposner

  • Hero Member
  • *****
  • Posts: 608
Describe the DateDiff, DateAdd, DateSerial, and DatePart functions, and give an example of each.
 
  What will be an ideal response?

Question 2

Lists are a series of paragraphs.
 
  Indicate whether the statement is true or false



tmlewis4706

  • Sr. Member
  • ****
  • Posts: 295
Answer to Question 1

The DateDiff function is used to determine the difference between two dates. Generally one date is obtained from a field, and the second date is obtained by using the Date function. Many instances exist in which you could use the DateDiff function. For example, suppose you have a form that you use to automatically refill customer prescriptions. In the Orders table, you have a field named Refill On that contains the earliest date that the prescription can be refilled. You can use the DateDiff function with a text box on the form to display the number of days left before the prescription can be refilled and shipped.
You can use the DateAdd function to add or subtract a specific time interval from a date. For example, you can use DateAdd to calculate a date 10 days from today or a time 30 minutes from now. Business professionals work with dates on a regular basis. A human resources manager may want to calculate when a newly hired employee is eligible for benefits, which is generally 90 days after the date of hire. Additionally, the human resources manager may want to calculate the earliest date an employee can retire.
To display specific dates, you can use the DateSerial function to manipulate the day, month, and year of a date. DateSerial is very flexible because you can manipulate each part individually or together in any combination that meets your needs. For example, when the human resources manager wants to prepare paperwork for an employee's retirement, the manager can use the DateSerial function to calculate 90 days prior to the employee's 65th birthday. Naturally, you would take the birthdate and add 65 years. Then take that date and subtract 3 months. Using the DateSerial function, you can do this in one step.
You can use the DatePart function to examine a date and return a specific interval of time. For example, you can use DatePart to calculate the day of the week for an order's ship date.

Answer to Question 2

TRUE



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
 

Did you know?

The calories found in one piece of cherry cheesecake could light a 60-watt light bulb for 1.5 hours.

Did you know?

An identified risk factor for osteoporosis is the intake of excessive amounts of vitamin A. Dietary intake of approximately double the recommended daily amount of vitamin A, by women, has been shown to reduce bone mineral density and increase the chances for hip fractures compared with women who consumed the recommended daily amount (or less) of vitamin A.

Did you know?

Eating food that has been cooked with poppy seeds may cause you to fail a drug screening test, because the seeds contain enough opiate alkaloids to register as a positive.

Did you know?

The term bacteria was devised in the 19th century by German biologist Ferdinand Cohn. He based it on the Greek word "bakterion" meaning a small rod or staff. Cohn is considered to be the father of modern bacteriology.

Did you know?

Adult head lice are gray, about ? inch long, and often have a tiny dot on their backs. A female can lay between 50 and 150 eggs within the several weeks that she is alive. They feed on human blood.

For a complete list of videos, visit our video library