How to convert DATE format From dd-MMM-yy To yyyy-mm-dd ?

How to convert DATE format From   dd-MMM-yy    To   yyyy-mm-dd      ?

Parse it using "String to Date/Time", then transform it back to string using "Time to String" (<--- this node should probably be named "Date/Time to String").

thanks for your comment

		<p>I Want to convert as following example</p>

		<p>03-May-17&nbsp; ----&gt; 2017-05-03</p>

		<p>&nbsp;</p>
		</td>
	</tr>
</tbody>

I will be great if you can create workflow and attach it here

thanks