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))
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))