You can for example use Format with Format Pattern
Format(:142:12:05, "Format Pattern", "<Day>")
Do note that this will return a string not a number, so you might want to convert it to number using Num().
Day of Year might also work but I haven't tested if it will in all the situations
Day Of Year(:142:12:05) - 1
-Jarmo