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
Kalyani Shevale
NA
3.2k
703.2k
Date format change
Mar 22 2019 4:23 AM
below in code if
f.StartDate=22/10/2019
date available this date convert in any machine format in c#
DateTime dt1StartPaymentDate = DateTime.ParseExact(f.StartDate,
"dd/MM/yyyy"
, System.Globalization.CultureInfo.InvariantCulture);
string
startdate = dt1StartPaymentDate.ToString(
"MM/dd/yyyy"
);
string
starttime = f.StartTime;
string
startdatetime = startdate +
" "
+ starttime;
DateTime startingtime = Convert.ToDateTime(startdatetime);
Reply
Answers (
2
)
Deploy Google Analytics
grid view 3 tier stored procedure