This topic is locked
[SOLVED]

 Date format in the list pages

5/31/2012 4:26:20 AM
ASPRunner.NET General questions
M
mstudio author

How I can show the date in the list.aspx pages as DD/MM/YYYY and show the month as short name and not a number?

Can I do the changes in the list.aspx.cs pages?

For example 5/31/2012 need to be 31/May/2012
Is date is OS depend ?

Sergey Kornilov admin 6/1/2012

You can choose regional settings on Miscellaneous page in ASPRunner.NET. You can also choose between 'Short date' and 'Long date' View formats for any specific date fields.
The Short date format itself is dependent on web server regional settings. You can try to change it there.

M
mstudio author 6/3/2012

Thanks, I need to set the regional settings on the project settings?

Where I can see this settings on the code?

If the setting of the web server is to show the date as MM/DD/YYYY, I always will see the date as MM/DD/YYYY unless I change it from the web server setting?