Hi,
I need to convert the current date to a format like 200405. That is for whatever date i choose from the DateTimePicker in my Windows Form, it is automatically converted to a format YYYY+YY+1. In other words, if i choose 10/11/2004 my database should record 200405 or if i choose 03/27/2005, the database should record 200506.
I have searched and tried some examples in the previous post here, but could not come across an appropriate one. I am new at VB.Net.
Can anybody help me to solve this please?
Thank you
Salim
I need to convert the current date to a format like 200405. That is for whatever date i choose from the DateTimePicker in my Windows Form, it is automatically converted to a format YYYY+YY+1. In other words, if i choose 10/11/2004 my database should record 200405 or if i choose 03/27/2005, the database should record 200506.
I have searched and tried some examples in the previous post here, but could not come across an appropriate one. I am new at VB.Net.
Can anybody help me to solve this please?
Thank you
Salim