TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ledothu
NA
2
0
DateTime in SOAP
May 4 2006 10:35 PM
Dear
I have a web method in a web service that return a DateTime object
[WebMethod]
public DateTime GetDate()
{
return DateTime.Now;
}
The SOAP response I get alsway like this: (sample) 2006-03-22T13:25:02.0000000+07:00
I want the SOAP response only: 2006-03-22T13:25:02 (yyyy-MM-ddThh:mm:ss)
How can I do that?
Thanks
Reply
Answers (
0
)
Web Part communicatie/fill an aspx/aspx.cs file??
.NET Remoting basic problem