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
Shovan Saha
NA
321
91.9k
C#, iTextsharp (remove time from date)
Jun 2 2017 1:34 AM
I have C# code, visual studio 2015 for desktop dataentry application. When i use pdf report PaymentDate column shows "01-June-2017, 12.00AM". I want to remove "12.00AM". How? Please sample code or example.
My code is:
//Adding DataRow
foreach (DataGridViewRow row in dataGridView1.Rows)
{
foreach (DataGridViewCell cell in row.Cells)
{
pdfTable.AddCell(new Phrase(cell.Value.ToString(), fontTable));
}
}
Reply
Answers (
4
)
What is Single Page Application (SPA)?
How to get Column names by passing table name in mvc