Can I add an Initial value as Date argument as TODAY() and Day name?

Hello,

I have added a column with Date argument.
In initial value I placed “TODAY()” and it shows something like 9/7/2021.
Is there a way for the date output to be “Friday 9/7/2021” or “Viernes 9 de Julio” (in Spanish)?

Thank you

0 1 113
1 REPLY 1

Steve
Platinum 4
Platinum 4

Not if the column allows user input. If the goal is to just display a date value from another column (or just the current date) in a more user-friendly way, you could add a normal or virtual column with an App formula expression to format the date however you want. You might find the TEXT() function useful for that, but I believe it only produces English names.

See also:

Top Labels in this Space