Last active
December 22, 2015 20:19
-
-
Save eduardo-matos/6525704 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
<link href="http://ajax.googleapis.com/ajax/libs/dojo/1.9.1/dijit/themes/claro/claro.css" | |
rel="stylesheet" | |
type="text/css" | |
> | |
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.9.1/dojo/dojo.js" | |
data-dojo-config="parseOnLoad: true"> | |
</script> | |
</head> | |
<body class="claro"> | |
<input type="text" | |
data-dojo-type="dijit/form/DateTextBox" | |
data-dojo-props="constraints: {min: new Date()}" | |
> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment