hi ,
i have a string sYear = 2008;
i need search from the database the results which are in the year 2008.
so how can i convert 2008 to this format
sDateFrom = "2008-01-01";
sDateTo = "2008-12-31";
thanks in advance...
raj
i have a string sYear = 2008;
i need search from the database the results which are in the year 2008.
so how can i convert 2008 to this format
sDateFrom = "2008-01-01";
sDateTo = "2008-12-31";
thanks in advance...
raj
Comment