Need to separate day from date

Hi @sruthesanju ,

If the format is the same always, we could try with String Split operation as shown below if the input is a String.

Cint(Split("11/01/2022","/")(1))