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
akshay rasalakar
NA
128
9.4k
Date and Time
Feb 12 2015 10:27 PM
I want to save start and end time
DateTime dt = DateTime.Now;
DateTime dt1 = DateTime.Now;
st = "insert into tbl_time(time_in,time_out) values('" + dt.ToString("hh:mm:ss") + "','" + dt1 + "')";
int x = db.ExeQuery(st);
if (x > 0)
{
Response.Write("Saved");
}
else
{
Response.Write("NOt Savd");
}
}
Reply
Answers (
1
)
please assist with my project
Instagram application using Instasharp library