/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//eg replace "/" by "-" fecha=12/10/2011; fecha=fecha.replace(/\//g,"-");