hi
one other way to go about it is to convert the data to string ( using the
ToString() method of the data object ) then do the manipulation on the
string it self , I think this would be easier since you will find a lot of
simple examples on how to handle strings ....
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
It looks like you want a date formatted as YYDDD, where DDD is the
number of days into the particular year. This is sometimes called a
Julian Date Format, confusingly so, since it really has nothing to do
with a Julian Date (as astronomers use it).
Anyway, you can get what you want with something like:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.