diff --git a/files/en-us/web/javascript/guide/numbers_and_dates/index.html b/files/en-us/web/javascript/guide/numbers_and_dates/index.html index 7a29d76b0d3622e..3de3f2d7a524a6b 100644 --- a/files/en-us/web/javascript/guide/numbers_and_dates/index.html +++ b/files/en-us/web/javascript/guide/numbers_and_dates/index.html @@ -315,7 +315,7 @@

Date object

  • A set of integer values for year, month, day, hour, minute, and seconds. For example, var Xmas95 = new Date(1995, 11, 25, 9, 30, 0);.
  • -

    Methods of the Date< object

    +

    Methods of the Date object

    The Date object methods for handling dates and times fall into these broad categories: