Hi I have a data here that has field with the following format of values. I want to change the format from yyyy-mm-dd to mm-yyyy. See sample below
| Code | Expected output | 
| 10-1100 | 10-1100 | 
| 10-1213 | 10-1213 | 
| 2106-10-01 | 10-2106 | 
| 2103-10-01 | 10-2103 | 
Solved! Go to Solution.
please note that this should be string value not date
@dunkindonut7777 One way of doing this
this works. thank you
 
					
				
				
			
		
