Features exclusive reports of innovations developed by NASA and its industry partners/contractors that can be applied to develop new/improved products and solve engineering or manufacturing problems.
Cost: FREE
Lance Ulanoff, Editor in Chief of the PC Magazine Network, brings you this twice-weekly roundup of the latest top tech stories, the best new product reviews, plus special offers from Ziff Davis and its partners.
Cost: FREE
Submitted by Anonymous on Tue, 06/30/2009 - 13:27.
Hello,
I have a String which holds the Date. the format of the Date is unknown and it can be in different format.
i would like to convert the This from any one format to any Other format.
The format to which i convert is known but i dont know the format in which the string value is.
Please help me resolve.
Convert Date from string to Date
Hello,
I have a String which holds the Date. the format of the Date is unknown and it can be in different format.
i would like to convert the This from any one format to any Other format.
The format to which i convert is known but i dont know the format in which the string value is.
Please help me resolve.
Hmm
Try to determine the format of the source date format using regular expressions. Once determined, you can convert it to any format you want!
Thanks
Hi,
I had a similar problem. Thanks for helping me out.
Sandesh.S