I know I can use substring or other methods, but I'm just curious if there is something to replace the ? below to have it return "09"
String.Format({0:?}, 2009);
btw, I came across a good cheat sheet while trying to figure this out... http://john-sheehan.com/blog/wp-content/uploads/msnet-formatting-strings.pdf