Move isoToGerman and germanToIso from utils.ts into utils/date.ts alongside formatDate, and add handleGermanDateInput for the shared date field handler. Make utils.ts a re-export shim so existing imports continue to work. Closes part of #75 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 lines
60 B
TypeScript
2 lines
60 B
TypeScript
export { isoToGerman, germanToIso } from '$lib/utils/date';
|