T
Tony Johansson
In the database I have a string containing this format YYYY-MM-DD hh:mm:ss
As an example it could be 2014-06-15 22:12:04
The column name is CreatedDate
Now I want to find all posts that match a given year for example 2014 by
using Linq or lambda expression.
How can I write that ?
//Tony
As an example it could be 2014-06-15 22:12:04
The column name is CreatedDate
Now I want to find all posts that match a given year for example 2014 by
using Linq or lambda expression.
How can I write that ?
//Tony