hi there,
i am trying to get a textBox.text to show the WEEK NUMBER OF YEAR as at the datetime.now how can i do this
this is the code i am using to show the date AND time.
textBox.text = Datetime.Now.ToString();
any help??
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Mar 31, 2011, 6:31 AM
textBox.Text = weekOfYear.ToString();
Marvin kakuruPosted Mar 31, 2011, 8:12 AM
BEST REGARDS