I have created a variable which shows the name of the file with the date ..
PokerArena_{DATE(Month.Name)}_{DATEFORMAT(dddd)}_{DATENOWADD(Days,-1,dd)}
The problem is that the if the date is between the 1st and the 9th this variable will give me PokerArena_December_Monday_03..
On the other hand the file' name will be PokerArena_December_Monday_3...
Is there a way to remove the 0 from the date??