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
Abhineet Srivastava
NA
890
94.2k
Date Formate Issue
Jul 30 2013 5:57 AM
Currently,I am dynamically creating username like this-
string initial = txtFirstName.Text.Trim().Substring(0, 1);
string lastName = txtLastName.Text.Trim();
string datePart = DateTime.Now.ToString("yyMMdd");
string userName = initial + lastName + datePart;
But now,Client is aking for
DDHHMM Formate.
Anyone have idea about this?
Thanks!
Reply
Answers (
4
)
mysql datetime
Telerik Rad Grid Control PageSize Issue