cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Current time in object

Hello,
Is it possible to use current data or time in object? Not only to print it but also to use it in f.e. if - then formula?
Thank you in advance.
1 Solution

Accepted Solutions
Karl Ottenstein
Moderator Emeritus
Yes. The current date/time is returned as a string by REQUEST("DateTime", format_string, date-time-_string).

You can then 'parse' the returned date-time string into numeric values using the SPLIT function - and then use those values for your IF.
Vote for Wish: Copy/Paste in 3D

AC 29 USA and earlier   •   hardware key   •   macOS Taho 26.1 MacBook Pro M2 Max 12CPU/30GPU cores, 32GB

Go to post

2 Replies 2
Karl Ottenstein
Moderator Emeritus
Yes. The current date/time is returned as a string by REQUEST("DateTime", format_string, date-time-_string).

You can then 'parse' the returned date-time string into numeric values using the SPLIT function - and then use those values for your IF.
Vote for Wish: Copy/Paste in 3D

AC 29 USA and earlier   •   hardware key   •   macOS Taho 26.1 MacBook Pro M2 Max 12CPU/30GPU cores, 32GB
Anonymous
Not applicable
Thank you very much.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!