JS date format Simple conversion code

Source: Internet
Author: User

JS date format Simple conversion code:

Unmodified things are always wild rough, such as people do not have a good education, this person may have a variety of problems, the same JS in the time format is the same, so to the time of a certain format operation, the following is a very simple code example and we share a bit.

The code is as follows:

functiondatestr (x, y) {varz={y:x.getfullyear (), M:x.getmonth ()+1, D:x.getdate (), h:x.gethours (), M:x.getminutes (), S:x.getseconds ()}; returnY.replace (/(y+| m+|d+|h+|m+|s+)/g,function(v) {return(v.length>1? ") 0 ":") +eval (' Z. ' +v.slice ( -1))). Slice (-(v.length>2?v.length:2))  }); } console.log (Datestr (NewDate (), "yy-m-d h:m:s")); Console.log (Datestr (NewDate (), "yyyy-mm-d h:m:s")); Console.log (Datestr (NewDate (), "yyyy-mm-d"));

As can be seen from the above code, this function can output different formats of time according to different parameters.

The original address is: http://www.51texiao.cn/javascriptjiaocheng/2015/0522/2223.html

The most original address is: http://www.softwhy.com/forum.php?mod=viewthread&tid=9201

JS date format Simple conversion code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.