const formatDate = (dateString: string) => { return new Date(dateString).toLocaleDateString("pl-PL"); }; export default formatDate;