What is the quickest way to convert a DateTime to a int representation of the format yyyyMMdd.
i.e. 01-Jan-2007 --> 20070101 (as in int)?
What is the quickest way to convert a DateTime to a int representation of the format yyyyMMdd.
i.e. 01-Jan-2007 --> 20070101 (as in int)?