Help - Remove characters from text (variable)

Hello, i am trying to make a’’ message sent 3 hours ago’’ type of thing but i want to remove the ''0 ‘‘and the ‘’.’’ from (ex: 0.13 = 13 + minutes) so here some pictures i don’t know what to do.


Thanks alot.

Are the “hour” values 0 to 23? And are the minute values 0 to 59? That matters because “0.05” (5 minutes) is different from “0.5” (5 minutes).

It seems like you’re asking how to convert “0.13” to “13 minutes”. You can use a combination of the Find First Occurrence text block and the Get Substring text block to achieve that.

The values are 1 to 100, i don’t know how to do that but the time with always show 1 to 60, the API. and the number i chose is between 1 to 60 so it make it seems like time. I’ll use what you recommanded me, thanks.
Screenshot 2025-03-14 11.01.30