Click here to Skip to main content
15,902,189 members

Comments by Kashsolai (Top 5 by date)

Kashsolai 26-Jan-11 4:11am View    
I need in MVC 3 razor. in mvc2 it works fine.
Kashsolai 29-Dec-10 22:52pm View    
No i Couldn't
Kashsolai 6-Dec-10 23:37pm View    
Format("{OrderDate:MM/dd/yyyy}") input comes from OrderID field 26/10/2010 12:00:00 output is 10/26/2010.
Kashsolai 6-Dec-10 4:34am View    
I have googled it. There are some methods like, Reqular expression methods, JQuery plugins But i need an method that use the pattern to format.

In C# I am using like Format("{OrderDate:MM/dd/yyyy}"), OrderDate is the field name. result will neglect the time in OrderDate field and just give the result 10/26/2010 i.e. in MM/dd/yyyy order.
Kashsolai 25-Nov-10 0:18am View    
I dont want to put for loop here. Like server side Linq query,I need where statement, select statement etc. is there any plugin or extension??