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
Aleena Saviour
NA
519
87.7k
convert text to datetime
Dec 13 2016 6:46 AM
While converting text to datetime I got error..The code is given below...
bjJobBL.JobDate =Convert.ToDateTime("txtDate.Text");
Here the jobdate is declared in the class as
private DateTime? m_JobDate;
Its properties are like this...
public DateTime? JobDate
{
get
{
return m_JobDate;
}
set
{
m_JobDate = value;
}
}
Reply
Answers (
10
)
Paypal unsupported countries
Google Calendar API