javascript - Timestamp php to jquery format -


I am looking for function in jquery, will bring the same format to that time.

  Date ('Ymd \ TH: i: SP'); // output is like this 2013-10-30 T18: 10: 28 + 01: 00  

I need this kind of format but in my var to put in jquery

Thank you!

Javascript and jQuery have neither built-in library methods to do this in a single step

View

and check out or

for help, or write your own:

Comments