Closed
Set default datetime value to next 30 minute interval
Is there any easy way to set default value of a property to next 30th minute interval?
For example if the time is 9:18AM, I need to set the default value of property to 9:30AM
***Edited by Moderator: Pooja Gadige to add platform capability tag***
To see attachments, please log in.
@RajeshT40
You could use @addToNow(0,0,0,0) function to achieve your logic.
This function will add days, hours, minutes, seconds to the current time.