GithubHelp home page GithubHelp logo

yui-relatize_date's Introduction

README
=====
fork of http://github.com/github/jquery-relatize_date


Usage
======


	<html>
	<head>
		<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?3.0.0/build/cssreset/reset-min.css&3.0.0/build/cssfonts/fonts-min.css&3.0.0/build/cssgrids/grids-min.css&3.0.0/build/cssbase/base-min.css">

	</head>
		<body>
			<h1>Time</h1>
			<ul>
				<li><abbr class='showTime' title='2009/11/27 11:00:00 -0300'></abbr> Only time</li>
			</ul>

			<h1>Future</h1>
			<ul>
				<li><abbr class='relatize' title='2009/11/22 11:00:00 -0300'></abbr> in the future</li>
			</ul>


			<h1>Past</h1>
			<ul>
				<li><abbr class='relatize' title='2009/11/10 11:00:00 -0300'></abbr> in the past</li>
			</ul>


			<script type="text/javascript" src="http://yui.yahooapis.com/3.0.0/build/yui/yui-min.js"></script>
			<script type="text/javascript" src="yui.relatize_date.js"></script>

		<script type="text/javascript">
		YUI({combine: true, timeout: 10000}).use("node", "event", "project-date",function (Y) {
			var MyApp = {
			    NAME : 'Demo',
				changedates: function(){
					Y.date.showTime('abbr.showTime');				
					Y.date.relatize('abbr.relatize');
				}
			};

			Y.on('domready',function () {
			    MyApp.changedates();
			},'#init');

			// expose the example structure
			YUI.example = { MyApp : MyApp };

			});

		</script>		
		</body>
	</html>


yui-relatize_date's People

Contributors

rorrego avatar defunkt avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

papuapost

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.