Skip to content

Instantly share code, notes, and snippets.

@eduardo-matos
Last active December 22, 2015 20:19
Show Gist options
  • Save eduardo-matos/6525704 to your computer and use it in GitHub Desktop.
Save eduardo-matos/6525704 to your computer and use it in GitHub Desktop.
<!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