A
ajash.pv
i want to split date as date ,month, year, from the input like
value of textbox1.text="03/06/2007"
i want it like
03(month)
06(day)
2007(year)
separately, and want to store each value in different integer
variables
plz send coding....
value of textbox1.text="03/06/2007"
i want it like
03(month)
06(day)
2007(year)
separately, and want to store each value in different integer
variables
plz send coding....