Move the date

Hello everyone,
I currently have the date at the bottom in the middle, is it possible to change this date when the minute hand arrives between 25 and 35? for example put the date at the top

Thank you for your help

yes use the [MIN] tag in the placement. And a Ternary operator to set the Y coordinate depending on the time range.

Ron
Samsung Developer Relations

Hello, sure, it is possible.
You have to change the coordinates of the date elements from its actual position into new one using expressions with tag.
For example

1 Like

Thank you it works great

My formula: ([MIN]> = 25) * ([MIN] <= 35)? 300: 360