Archives for: April 2008, 18

String To Time In C#

04/18/08 | by Nimble | Categories: Thoughts, Programming
If you are trying to get a time into a DateTime from a string, it's relatively easy: DateTime dt = DateTime.Parse(inputText,CultureInfo.CurrentCulture, DateTimeStyles.NoCurrentDateDefault); The NoCurrentDateDefault is pretty important. Otherwise,… more »
 

iPhone moves another step closer to killing the Palm Tungsten

04/18/08 | by Adam | Categories: iPhone, PalmT3
While the Apple iPhone is getting close to being able to replace my beloved Palm Tungsten T3, there are two primary issues that still make it an inappropriate choice for me. more »