Last active
December 3, 2017 22:08
-
-
Save serhanozcan/7f2d3e437eb193468bf442c7b818db1e to your computer and use it in GitHub Desktop.
air-datepicker header yerleşimi
This file contains 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
<html> | |
<head> | |
<link href="dist/css/datepicker.min.css" rel="stylesheet" type="text/css"> | |
<script src="dist/js/datepicker.min.js"></script> | |
<!-- Include English language --> | |
<script src="dist/js/i18n/datepicker.en.js"></script> | |
</head> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment