JS date comparison size

Source: Internet
Author: User
Function checkdate () {var starttime = document. getelementbyid ("starttime "). value; // obtain the text value of the system date var endtime = document. getelementbyid ("endtime "). value; // obtain the selected date text value var astart = starttime. split ('-'); // convert to an array, which is year, month, day, and VAR aend = endtime. split ('-'); var startdate = astart [0] + "/" + astart [1] + "/" + astart [2]; vaR enddate = aend [0] + "/" + aend [1] + "/" + aend [2]; If (startdate> enddate) {$ ("# moneymessage" 2.16.html ("<font color = Red> the start date must be earlier than the end date </font>"); Return false;} return true ;}

 

 

<Script language = "JavaScript" type = "text/JavaScript"> function datacompare () {var bgtime = document. getelementbyid ("txtbegintime "). value; var edtime = document. getelementbyid ("txtendtime "). value; var begintimearray = bgtime. split ("-"); var endtimearray = edtime. split ("-"); var begintime = begintimearray [0] + "/" + begintimearray [1] + "/" + begintimearray [2]; vaR endtime = endtimearray [0] + "/" + E Ndtimearray [1] + "/" + endtimearray [2]; If (begintime> endtime) {window. Alert ("the start time must be earlier than the end time! "); Return false;} return true;} </SCRIPT>

 

 

 

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.