Created
December 18, 2016 12:26
-
-
Save is8r/6545db881d8c9a1cd90769a9087634aa 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
<form onsubmit={ submit }> | |
<riot-period-input name="from" v={ from.format('YYYY-MM-DD') }></riot-period-input> | |
〜 | |
<riot-period-input name="to" v={ to.format('YYYY-MM-DD') }></riot-period-input> | |
<button type="submit" class="btn btn-secondary">決定</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment