Saqi

Saqi

  • NA
  • 63
  • 122.3k

Get data from database by month .

Jun 4 2012 3:48 PM
in table one record already saved like formate 01/06/2012

now

i want get all data which is related by this date but i want search this record by just month formate not  total date how can?

exp:
month_cbx = my combobox which is already enterd month numbers 1 to 12...

" String.formate(select * from tablename where date=@date(MM),month_cbx.text");

plz explain this

Answers (4)