Formatting the Date and Time

Insert the current date and time

  1. To insert the current date or time, insert a MergeField using the same Word commands as parameters.
  2. Instead of the C360.parameterName, use C360.CurrentDate.
  3. Supply more options to control the format of the date and time.
  4. Enter the options in parentheses:

    The most important option is format=. The specification following the = is standard .Net formatting for DateTime.

    There are both standard and custom formats.

  5. Separate multiple options with a semicolon.