i have a string containing day name, month/day
Sun 6/9 - Sat 6/15
i need to change the sequence of date from above to
sun 9/6 - Sat 15/6
i can do this by writing code to split and then change sequence and join the result. but is there any minimal way to achieve this by using regex or vb.net code.
