Fixed blackorwhite invalid argument crash
All checks were successful
Build / Build NPM Project (push) Successful in 38s
Build / Tag Version (push) Successful in 8s
Build / Publish Documentation (push) Successful in 40s

This commit is contained in:
2025-02-03 14:20:18 -05:00
parent a5d7a35fdc
commit fe9fdb9384
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<script type="module">
import {formatDate} from './dist/index.mjs';
console.log(formatDate('D MMM, YYYY'));
console.log(formatDate('YYYY-01-01'));
</script>
</body>
</html>