Click here to Skip to main content
15,884,739 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have always managed date formatting fine in V.S. 2010 by putting the formatting into the Format property of the relevant Textbox - e.g. dd MMM yyyy hh:mm

Worked like a charm in all my projects.

Now with 2012 it's not working anymore. It takes my change and saves it - but when I run the report it's steadfastly stuck on the format 2012/12/12 10:35:00 AM

It's either a bug or else there's now a separate property that must be set to make it take the custom setting into account.

Can anyone help please?

Thanks
Posted

1 solution

Hi
Never mind, I found the fault. I passed the date as a string instead of DateTime from the database.

Regards
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900