javascript - New Date function not working in IE -


I'm displaying the datatents of my server using the new date () function in Jquery. My server data time is in PST format I am using the code below to show my server time:

  New date (Value Integrated Date). The format ("MM / DD / yyyy HH: mm")  

CompleteDate is a column with my table's dateTime datatype.

The above jquery code works fine in Firefox and Chrome but it is not showing up. The correct time in IE is working on IE-11 version.

Please suggest. thank you in advanced.


Comments

Popular posts from this blog

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

Send innerHTML text in URL in JSP -