Signin redirection and date format

Hello,

I post these questions here because i have not received answer from the support.

SIGN IN

When customer signed in, after correct logged in, dashboard slide to close it. But i want to redirect the customer to his dashboard (see next capture).

I try this :

Snipcart.events.on('customer.signedin', (customer) => {
    console.log(customer);
    window.location.replace('https://www.domain.com/#/dashboard');
});

But redirect doesn’t works. Have you an idea to make it works ?

DATE FORMAT

I want to format the date (see on the next capture) in french (dd mm yyyy).

How can i do, please ?

Thanks a lot for your help and support.

Glad you mentioned it, I’ve tried the redirect as well to no success.