dateStore

Reactive date

Demo

The date is Tue Dec 16 2025 04:54:28 GMT+0000 (Coordinated Universal Time)

Usage

<script lang="ts">
    import { dateStore } from 'svelte-legos';

    // $dateStore gives you the current date
</script>