Sunday, March 11, 2012

DateTime Format in spanish

Hello, I have a report that shows some dates, I put in Format Code D,

but it shows me , Thuersday, June 14 of 2006, I need it in spanish and more personalized for example only the month and year,

JUNIO DE 2006

you could define your own format string..
try:
dd.MM.yyyy HH:mm (wich is the german format) and modify it to your needs..
|||

what about the language? it depends on the collation settings of the database?

There is something strange, my windows 2003 is in spanish and I have the media of sql developer in english, when I installed reporting services manager is in spanish.

So what should I do to see the dates in spanish?

|||

I solvd it changing the report language very, easy but I havent been able to do this

=MonthName(First(Fields!feinicio.Value, "DSResultadosRequisitos"), false).ToString() & " " & Year(First(Fields!feinicio.Value, "DSResultadosRequisitos").ToString())

Do you see any errors?

No comments:

Post a Comment