I want to get the format like this 1/3/214 , so basically wanna convert
01-JAN-2014(String) --> 1/3/14
also the below syntx is converting it into a string , i want it to be date format, as i will be doing DaysBetween that with another date
=Formatdate(todate([Final Protocol Availa Ac];"dd.MM.yyyy");"MM/dd/yyyy")