0
kicks
Converting a timestamp to a string and back
Using extension methods in C# 3.0 I created two methods, TimestampToString(), and StringToTimestamp(). This allowed me to easily store the timestamp as an attribute, in a hidden field, etc. so that I could easily work with it just as I would a record ID.