How should I convert a string value  “December 4, 2021” to a date value property 12/04/2021 using data transform?

Convert a string value “December 4, 2021” to a date value property 12/04/2021 using data transform. How can I perform this?

thanks in advance

@SagarS98

You can try using

@pxFormatDateOnly(Param.Date,Param.CurrentFormat,Param.ToFormat) in DT