I want to change the format of a date in vb.net so I can insert it in a MySQL table.
my code:
LblDateInc.Text = Date.Today
result: 10/18/2017
in mysql table the column date need to look like this: 2017/10/18
so how to change the format of the date in vb.net or in mysql thank you