Hi Team,
I have a requirement where the default date and time field should display the nearest rounded time. For example:
Is there any simple way to acheive this
Discussion posts and replies are publicly visible
datetime( year(now()), month(now()), day(now()), if( minute(now()) <= 30, hour(now()), hour(now()) + 1 ), if(minute(now()) <= 30, 30, 0) )