Login   Register  
Icontem

File: historicdate_demo.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ihor Khomyn  >  JS Historic Date  >  historicdate_demo.html  >  Download  
File: historicdate_demo.html
Role: Example script
Content type: text/plain
Description: JS usage demo
Class: JS Historic Date
Convert dates within the billions of years range
Author: By
Last change:
Date: 2012-08-16 02:28
Size: 871 bytes
 

Contents

Class file image Download
<html>
<head>
<title>Historic Date v.0.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta http-equiv="expires" content="0">
<meta name="description" content="Historic Date component by Ihor Khomyn (c) 2012">
<meta name="keywords" content="historic, date">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script>
<script type="text/javascript" src="historicdate.js"></script>
</head>
<body>

<input type=text name="e1" value="3606431" rel=historicpopup><br>
<input type=text name="e2" value="195811100" rel=historicpopup><br>
<input type=text name="e3" value="10003606431" rel=historicpopup><br>
<input type=text name="e4" value="-1000000000000" rel=historicpopup><br>
<input type=text name="e5" value="-700000000000000" rel=historicpopup>

</body>
</html>