To output today's date with a Formula, add a new Formula column and use moment().format("MMMM, D YYYY") directly without referencing another column. This will dynamically populate the current day's date in your specified format.
Yes, moment().format("YYYY-MM-DD") will output today's date in YYYY-MM-DD format (e.g., 2025-07-28). This works the same way as the previous example - add a Formula column and use this expression directly without referencing another column.