unix timestamp - Moment.js: Date.now() javaScript analogue -


1 जनवरी 1970 00:00:00 यूटीसी < / Code> simular date.now () javaScript फ़ंक्शन?

उपयोग करें एक पल वस्तु पर valueOf विधि:

स्थानीय समय के लिए:

  पल ()। ValueOf ();   

यूटीसी के लिए:

  पल ()। Utc ()। ValueOf ();    

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -