TODAY in WPS on Windows FAQ

Last updated:July 23, 2026

These FAQ items focus on syntax, refresh behavior, and combined calculations, covering 3 common questions about using TODAY.

FAQ

Why does TODAY not return a result?

  1. Check whether the current field is a Formula field.
  2. Make sure the syntax is TODAY() and that the parentheses are included.
  3. Save the formula and check whether the field has recalculated normally.

Can TODAY take arguments?

  1. The standard syntax is TODAY().
  2. It does not require any arguments.
  3. If you need conditional logic, wrap it with other functions outside TODAY.

What is TODAY commonly used for?

  1. It can display the current date.
  2. It can compare the current date with a deadline field.
  3. It can also serve as a base value in other date or conditional formulas.

Glossary

TermDefinition
TODAYA function that returns the current date, usually without a time component.
Formula fieldA field type in a multidimensional table that calculates results automatically from a formula.
Current dateThe date value returned based on the system date or the table recalculation time.