Update Profile Birthdate Error

Posts   
 
    
Jeremy Driver avatar
Posts: 41
Joined: 08-May-2004
# Posted on: 31-Jul-2004 17:56:14   

Frans,

When I try edit my profile, the birthdate is formatted with dashes (06-06-2006) but when I save my profile, I'm told that slashes (06/06/2006) are required. When I change the dashes to slashes and save, I get the server error page.

Jeremy

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39826
Joined: 17-Aug-2003
# Posted on: 31-Jul-2004 19:22:42   

Jeremy wrote:

Frans,

When I try edit my profile, the birthdate is formatted with dashes (06-06-2006) but when I save my profile, I'm told that slashes (06/06/2006) are required. When I change the dashes to slashes and save, I get the server error page.

Jeremy

Ah, has to be something with the new server the site is on now. (it's now shared hosted on a big iron box at our ISP to limit downtime). Apparently regional settings there are dutch, not english. I'll try to fix this.

Frans Bouma | Lead developer LLBLGen Pro
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39826
Joined: 17-Aug-2003
# Posted on: 31-Jul-2004 19:35:37   

Ok, fixed.

Pretty lame bug in .NET if you ask me. I did do a ToString() with the proper format string, but apparently that's overruled. well, hardcore formatting still works simple_smile

Frans Bouma | Lead developer LLBLGen Pro
Jeremy Driver avatar
Posts: 41
Joined: 08-May-2004
# Posted on: 31-Jul-2004 20:54:17   

Thanks Frans. By the way, is there a reason why the form login screen's 'Log in Automatically' field value defaults to 'true'? For those (like me) who prefer to log in manually, it's annoying to have to uncheck it each time. Those who want to login automatically would only have to check it once even if it's default value is 'false'.

Jeremy

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39826
Joined: 17-Aug-2003
# Posted on: 31-Jul-2004 21:34:12   

I've changed the default.

Frans Bouma | Lead developer LLBLGen Pro
Jeremy Driver avatar
Posts: 41
Joined: 08-May-2004
# Posted on: 31-Jul-2004 23:26:12   

Thanks again. simple_smile