Expressing current date

How do i express the current date in the expression builder? NOT TODAY’S DATE, but the REAL TIME DATE, so when tomorrow arrives, the date of tommorrow will be the current date in run mode

Can you frame this as an example?

For example a field in a form which shows a date. That date should be the current date, not the date as of programming

If you set the input to current date/time, it will be referencing exactly that (the current date/time that the user is accessing your application). It is not referencing the time you programmed it.

In Bubble’s programming lexicon, “current” is being used in a relative sense.