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
mike Delvotti
NA
262
0
Display day number in textbox on date picker value
May 26 2015 7:55 AM
Guys,
I'm trying to write a little function that when my datetime picker has a date selected by the user it shows what day number in the year it is in textbox1.
So for instance in my datetime picker changed event I gues say someone selcts 1-1-2015 technically it would display '1' in textbox1, however if they then slected 1-2-2015 it would display '32' in textbox1.
And obviously if they selected 31-12-2015 it would be '365' in textbox1 one.
Can such a thing be done? if and obviously the code to count the days I would place in the datatime picker selection changed code..
Reply
Answers (
2
)
Multiple user login c#
Need to access a variable after session timeout.