when i'm using a basic datetime picker
my current country year is a 2552 but datetimepicker display 2009 it's not right fomat,when i insert into database the year is decrease into 1466
I'm try to custom codding
string.Format("{2}-{1}-{0}", bcDate.SelectedDate.Day, bcDate.SelectedDate.Month, bcDate.SelectedDate.Year+543);
i have got the same value , i dont want to couple increase value in year
how can i do that.
sorry for my english language.