View Single Post
Old 09-10-2012, 09:26 PM   PM User | #2
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,461
Thanks: 52
Thanked 457 Times in 455 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
Code:
var months=["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
var bits=document.getElementById("yourtextboxid").value.split("/");
document.getElementById("yourtextboxid").value=months[bits[1]-1]+" "+bits[0]+" "+"20"+bits[2];
xelawho is offline   Reply With Quote
Users who have thanked xelawho for this post:
vorl (09-10-2012)