I have date from the below
String strFrstWeekRefDate = WebElement.get(iCount)
.findElement(By.tagName("span")).getAttribute("ref");
where ref contains the date in 2013-06-05 00:00:00 format. I need to change to mm/dd/yyyy using a method so i can call this method whenever its needed.