Parse method in JScript

Source: Internet
Author: User

1,
String = string. Replace (/-/g ,"/");
Replace-with/in the string /.
If G is global, all pattern appears in the full-text search. If this parameter is not provided, only the first pattern is replaced.

2,
Date. parse (dateval)
The required dateval is a string containing dates expressed in formats such as "Jan 5, 1996 08:47:00", or a string from ActiveX (r) the vt_date value obtained from the object or other objects.

Description
The parse method returns an integer that represents the number of milliseconds between the date in dateval and midnight, January 1, January 1, 1970.
The parse method is a static method of the date object. Because it is a static method, it is called through the method shown in the following example, rather than being called as a method that has created a date object.

 

The following is an example:
VaR datebgn = date. parse (bgnstr. Replace (/-/g ,"/"));

 

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.