changing date format in javascript dynamically in userside -


how change date format dynamically in clientside using javascript..as cant change in serverside..say jsps..as these things meeds 2 b changed frequently.

i using eclipse,j2ee,jscript

var = new date();  now.format("m/dd/yy"); // returns, e.g., 6/09/07 

Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -