What is best way to convert date from JavaScript string in format YYYYMMDD to JavaScript date format.
var from_date = document.getElementById(\'from_date\').
It's easy, I struggled with the same question but came up with an easier way. Create a hidden div tag and set the date into an attribute. then retrieve the attribute and use the sub string method to get something like Mar 01.
That's all thanks! check out my operating system: hypertos(dot)webege(dot)com