date stuff

This commit is contained in:
2020-09-19 01:30:42 +02:00
parent f469d78ce3
commit 1bd1913145
3 changed files with 27 additions and 12 deletions

View File

@@ -16,4 +16,10 @@
$: output(internal)
</script>
<style>
input {
width: 9em !important;
}
</style>
<input class="form-input input-sm" type="date" bind:value={internal} {name} />

View File

@@ -17,6 +17,9 @@
start = new Date(0)
end = new Date()
}
// Init
set('week')()
</script>
<style>