hai,
I have a code as following...
This code will show..
But I want to get only month and year..
I have a code as following...
B4X:
dob.Year = DateTime.GetYear(DateTime.Now)
dob.Month = DateTime.GetMonth(DateTime.Now)
dob.DayOfMonth = DateTime.GetDayOfMonth(DateTime.Now)
dob.Show("Enter The Month And Year", "Listed Case", "OK", "", "",bmp1)
strDate= DateTime.Date(dob.DateTicks)
txtListMonthYr.Text=strDate
But I want to get only month and year..