Sha256: 57dc13cbeb54b75b688bb54b5fa43d4304c5b9988bccf1c9593b5d04dc1f4430
Contents?: true
Size: 795 Bytes
Versions: 1
Compression:
Stored size: 795 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>complex_date_valid? (XMLProof::Datatypes)</title> <link rel=StyleSheet href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body bgcolor="white"> <pre><span class="cmt"># File datatypes.rb, line 97</span> <span class="kw">def</span> complex_date_valid?(date_string) pd = ParseDate.parsedate(date_string) <span class="kw">if</span> pd[0] <span class="kw">return</span> <span class="kw">true</span> <span class="kw">else</span> <span class="kw">return</span> <span class="kw">false</span> <span class="kw">end</span> <span class="kw">end</span></pre> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mega-0.3.1 | pub/xml/xmlproof/rdoc/classes/XMLProof/Datatypes.src/M000017.html |